diff --git a/plugin-boilerplate/plugin-boilerplate.php b/plugin-boilerplate/plugin-boilerplate.php index 28601d0..0998080 100644 --- a/plugin-boilerplate/plugin-boilerplate.php +++ b/plugin-boilerplate/plugin-boilerplate.php @@ -65,14 +65,14 @@ class PluginName { * * @var object */ - private static $instance = null; + protected static $instance = null; /** * Refers to the slug of the plugin screen. * * @var string */ - private $plugin_screen_slug = null; + protected $plugin_screen_slug = null; /*--------------------------------------------* * Constructor