File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -66,14 +66,14 @@ private function load_dependencies() {
6666 require_once plugin_dir_path ( __DIR__ ) . 'includes/class-protected-video-public.php ' ;
6767 }
6868
69- /**
70- * Register hooks related to the admin area functionality.
71- *
72- * @SuppressWarnings("PHPMD.MissingImport")
73- *
74- * @return void
75- */
76- private function define_admin_hooks () {
69+ /**
70+ * Register hooks related to the admin area functionality.
71+ *
72+ * @SuppressWarnings("PHPMD.MissingImport")
73+ *
74+ * @return void
75+ */
76+ private function define_admin_hooks () {
7777 $ plugin_admin = new Protected_Video_Admin (
7878 $ this ->get_plugin_name (),
7979 $ this ->get_version ()
@@ -101,14 +101,14 @@ private function define_admin_hooks() {
101101 add_action ( 'plugins_loaded ' , array ( $ plugin_admin , 'migrate_plugin_options ' ) );
102102 }
103103
104- /**
105- * Register hooks related to the public-facing functionality.
106- *
107- * @SuppressWarnings("PHPMD.MissingImport")
108- *
109- * @return void
110- */
111- private function define_public_hooks () {
104+ /**
105+ * Register hooks related to the public-facing functionality.
106+ *
107+ * @SuppressWarnings("PHPMD.MissingImport")
108+ *
109+ * @return void
110+ */
111+ private function define_public_hooks () {
112112 $ plugin_public = new Protected_Video_Public (
113113 $ this ->get_plugin_name (),
114114 $ this ->get_version ()
You can’t perform that action at this time.
0 commit comments