Skip to content

Commit

Permalink
Added global documentation in plugin_main.php file
Browse files Browse the repository at this point in the history
  • Loading branch information
shail-mehta committed Oct 13, 2024
1 parent 6418d8d commit ec8f2ab
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 ec8f2ab

Please sign in to comment.