If you add error_reporting to the end of the list of the disable_functions setting in your php.ini then Wordpress can no longer change error_reporting settings and, thus, the setting provided in your php.ini will be honoured.
Continue reading
The thoughts and ramblings of an Engineer
If you add error_reporting to the end of the list of the disable_functions setting in your php.ini then Wordpress can no longer change error_reporting settings and, thus, the setting provided in your php.ini will be honoured.
Continue readingI initially wrote this plugin back in 2011. I then apparently released v1.1 and v1.2. Largely due to forgetting how
Continue readingJust before ‘the loop‘ of a WordPress site, you would normally use query_posts(). Not only does this set a global
Continue reading