Tag Archives | PHP

fractosee

WordPress and WooCommerce Compatibility Requirements – June 2023

As of this month, we are updating relevant WordPress plugins and WooCommerce extensions to meet the following minimum version requirements and version compatibilities: WordPress 6.2 compatible WooCommerce 7.8 compatible PHP 8.x compatible WooCommerce HPOS compatible Minimum WordPress 6.0 required Minimum WooCommerce 7.4 required Minimum PHP 7.2 required Our first new update to cover these is […]

Continue Reading 0
Elefant

The unsettling Truth about the Global Unset

In PHP, there is a pitfall when using unset on a global variable within the scope of a function or method. When referred to using the global keyword within a function, unset will not destroy the global variable within the global scope. global $banana; $banana = ‘yellow’; function monkey() { global $banana; unset( $banana ); […]

Continue Reading 0
Monkey covers his mouth

Silence is Golden, Debugging is Silver

How to adjust PHP error reporting for WordPress Debugging It’s important to be aware of any issues in your code when you develop for WordPress. But sometimes, too much information is just … too much. Here is an efficient way of choosing which notices are important to you and which are not. When you develop […]

Continue Reading 0
Screenshot 2022-10-26 at 14-23-12 WordPress Developer Resources Official WordPress Developer Resources

WordPress Core Functions

WordPress has an extended API which is documented in Developer Resources. This comes extremely handy when you are developing your new custom addon. Even though it is absolutely correct to use pure PHP for your implementation, there are several core functions you can use and save time. For example if you wish to load your […]

Continue Reading 0

WordPress Hosting Requirements

A Checklist My minimum checklist currently looks like this. If a host doesn’t meet these requirements, then I would recommend to look for another one that does. Linux Server PHP 5.3.x MySQL 5.x Custom php.ini Custom .htaccess + mod_rewrite + mod_deflate SSH Access Cronjobs (more…)

Continue Reading 3
We use cookies to optimize your experience on our site and assume you're OK with that if you stay.
OK, hide this message.

Affiliates · Contact · Jobs · Terms & Conditions · Privacy Policy · Documentation · Downloads · Useful Plugins · My Account

Share