Skip to content

Commit

Permalink
Merge pull request #717 from shail-mehta/add/missing-global-documenta…
Browse files Browse the repository at this point in the history
…tions

Added global documentation in includes/Plugin_Main.php file
  • Loading branch information
davidperezgar authored Oct 28, 2024
2 parents 02aeb3e + 463ce0f commit 77827cb
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions includes/Plugin_Main.php
Original file line number Diff line number Diff line change
Expand Up @@ -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 ) {
Expand Down

0 comments on commit 77827cb

Please sign in to comment.