How to fix a “globals” issue to avoid a rejected theme?
If you’re dealing with framework that holds values in a global variable then there isn’t much you can do about it. Here is an example of wrapping the variable in a static getter. if ( ! class_exists( ‘SMOFData’ ) ): class SMOFData { static public function is( $key, $compare ) { $value = static::get( $key … Read more