BeTheme Max Input Vars Increasae

I am trying to update a site using BeTheme. It’s a pretty big jump as the site has not been updated in some time. Right now the PHP Max Input Vars are set to 4000 and it needs to be a minimum of 5000.

I have already added @ini_set( ‘max_input_vars’ , 5000 ); to the wp-config.php file and restarted local without success.

Any other suggestions?

Go to the SiteFolder/conf/php/ then open php.ini.hbs and edit the value for max_input_vars in there and then restart the site in Local.

Thank you, that worked.