Sign Up Sign Up

Have an account? Sign In Now

Sign In Sign In

Forgot Password?

Don't have account, Sign Up Here

Forgot Password Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask question.

Forgot Password?

Need An Account, Sign Up Here

You must login to ask question.

Forgot Password?

Need An Account, Sign Up Here
Sign InSign Up

Stack Question

Stack Question Logo Stack Question Logo
Search
Ask A Question

Mobile menu

Close
Ask a Question

Roshan22

Ask Roshan22
1Follower
127Questions
Home/ Roshan22/Best Answers
  • About
  • Questions
  • Polls
  • Answers
  • Best Answers
  • Asked Questions
  • Followed Questions
  • Favorite Questions
  • Groups
  1. Asked: February 10, 2021In: Computer, Technology

    How to increase PHP max input vars in WordPress and Cpanel?

    Roshan22

    Roshan22

    • Nepal
    • 127 Questions
    • 12 Answers
    • 1 Best Answer
    • 135 Points
    View Profile
    Roshan22
    Added an answer on February 12, 2021 at 6:36 pm

    PHP Max input vars limits the number of input variables your server can use for a single function. If your website is WordPress, I suggest you put the value of PHP max_input_vars: up to 3000. Usually, the value max_input_vars is set to 1000 by default. You can change the PHP max_input_vars value inRead more

    PHP Max input vars limits the number of input variables your server can use for a single function. If your website is WordPress, I suggest you put the value of PHP max_input_vars: up to 3000. Usually, the value max_input_vars is set to 1000 by default.

    You can change the PHP max_input_vars value in the .htaccess or the php.ini file in the WordPress directory. Follow the steps to change the PHP max_input_vars:

    Top 3 Methos to update PHP max_input_vars:

    Update PHP Max_Input_Vars in .htaccess

    Find the .htaccess file in the root of your wordpress website directory and add the below line at last:

    htaccess file to update PHP Max_input_vars

    php_value max_input_vars 3000

    Update PHP max_input_vars: in php.ini file

    Find the php.ini file in the root folder of your WordPress. If you do not find the php.ini file, you can create the php.ini file in the root folder of WordPress installation and write the below line and save.

    php.ini file to update PHP Max_input_vars

    max_input_vars = 3000

    Update PHP max_input_vars in wp-config.php File

    Find the wp-config.php file in the root folder of your WordPress Installation. Just open it and write the below code and save.

    WP_config file location to update PHP max_input_vars

    @ini_set( ‘max_input_vars’ , 3000 );

    See less
    • 7
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp

Sidebar

Ask A Question

Questions Categories

  • Animal
  • Automobile
  • Business & Finance
  • Computer
  • Country
  • Education
  • Electronics
  • Entertainment
  • Fashion
  • Festival & Culture
  • Food
  • Game
  • Health & Beauty
  • History
  • Language
  • Lifestyle
  • Mobile
  • Movie
  • Music
  • Nature
  • Politics
  • Product
  • Reviews
  • Science
  • Sports & Fitness
  • Technology
  • Travel

Explore

  • Recent Questions
  • Most Answered
  • Most Visited
  • Most Voted
  • No Answers
  • Questions For You
  • Polls
  • Followed Questions
  • Favorites Questions
  • Answers For You

© 2021 StackQuestion. All Rights Reserved.
Home | About Us | FAQs | Privacy Policy | Terms & Conditions | Disclaimer | Contact Us