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 readingTag: wordpress
WordPress plugin: Wikipedia extract tooltip v1.3
I initially wrote this plugin back in 2011. I then apparently released v1.1 and v1.2. Largely due to forgetting how
Continue readingRandomising the order of posts in WordPress
Just before ‘the loop‘ of a WordPress site, you would normally use query_posts(). Not only does this set a global
Continue reading