Supporting older WordPress versions in a Plugin/Theme? [closed]

Supporting old versions of WordPress seems reasonable, but is it really necessary? Personally, I think supporting old versions is waste of efforts and time and it prevents end-users from updating their WordPress installs. What’s the point of being a WordPress developer if you’re encouraging users to remain using insecure and out-of-date versions? Just adding a … Read more

Where do I get “Bug Information” to add to a question?

Add define(‘WP_DEBUG’, true); to your site’s wp-config.php. That will cause errors, warnings, and notices (non-fatal warnings) to print to the screen. Those are the “debug information” so frequently requested. It is not advisable to have this enabled on a production (publicly accessible) server but if you have to have the debugging information then you have … Read more