diff --git a/includes/Plugin_Main.php b/includes/Plugin_Main.php index 9c037dcaa..ea506ae74 100644 --- a/includes/Plugin_Main.php +++ b/includes/Plugin_Main.php @@ -51,6 +51,8 @@ public function context() { * Registers WordPress hooks for the plugin. * * @since 1.0.0 + * + * @global Plugin_Context $context The plugin context instance. */ public function add_hooks() { if ( defined( 'WP_CLI' ) && WP_CLI ) {