Archive | 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
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