We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent dd473d7 commit 590fac6Copy full SHA for 590fac6
ad-code-manager.php
@@ -70,6 +70,8 @@ function __construct() {
70
add_action('current_screen', array( $this, 'contextual_help' ) );
71
add_action( 'widgets_init', array( $this, 'register_widget' ) );
72
add_shortcode( 'acm-tag' , array( $this, 'shortcode' ) );
73
+ // Workaround for PHP 5.4 warning: Creating default object from empty value in
74
+ $this->providers = new stdClass();
75
}
76
77
/**
0 commit comments