From b6718a820a767eec9c422b14898e27c55c7f60e6 Mon Sep 17 00:00:00 2001 From: "Rafasashi\\Raphael" Date: Tue, 25 Jul 2023 19:05:01 +0545 Subject: [PATCH] plugin settings updated --- includes/class-wordpress-plugin-template-settings.php | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/includes/class-wordpress-plugin-template-settings.php b/includes/class-wordpress-plugin-template-settings.php index c834af3..d581ae4 100644 --- a/includes/class-wordpress-plugin-template-settings.php +++ b/includes/class-wordpress-plugin-template-settings.php @@ -117,7 +117,8 @@ public function add_menu_item() { * @return mixed|void */ private function menu_settings() { - + + /* return apply_filters( $this->base . 'menu_settings', array( @@ -132,6 +133,7 @@ private function menu_settings() { 'position' => null, ) ); + */ } /**