You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
/** * References parent constructor and sets defaults for class. * * The constructor also grabs a copy of $instance from the TGMPA class * and stores it in the global object TGM_Plugin_Activation::$instance. * * @since 2.2.0 * * @global unknown $status // <---------------------------- * @global string $page // <---------------------------- */publicfunction__construct() {
global$status, $page; // <----------------------------parent::__construct(
array(
'singular' => 'plugin',
'plural' => 'plugins',
'ajax' => false,
)
);
}
The text was updated successfully, but these errors were encountered:
The text was updated successfully, but these errors were encountered: