Skip to content

Instantly share code, notes, and snippets.

@joshfitzgerald
Last active February 5, 2018 20:43
Show Gist options
  • Save joshfitzgerald/e503ac85f9d0d67d025e36b8245e2d99 to your computer and use it in GitHub Desktop.
Save joshfitzgerald/e503ac85f9d0d67d025e36b8245e2d99 to your computer and use it in GitHub Desktop.
INCREASE WP MEMORY LIMIT & PHP MAX INPUT VARS - For WordPress, add a php.ini file to wp-admin folder if one doesn't exist and paste the following inside.
max_execution_time = 180
max_input_vars = 5000;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment