diff --git a/src/Plugin.php b/src/Plugin.php index 0d69648..bcd28af 100644 --- a/src/Plugin.php +++ b/src/Plugin.php @@ -25,6 +25,11 @@ public function register() { add_action( 'init', [ $this, 'load_plugin_textdomain' ], 1000 ); } + /** + * Register plugin (de)activation hooks and cron job. + * + * @return void + */ public function setup() { new Setup(); }