Skip to content

Commit

Permalink
plugin settings updated
Browse files Browse the repository at this point in the history
  • Loading branch information
rafasashi committed Jul 25, 2023
1 parent 2ffbab9 commit b6718a8
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion includes/class-wordpress-plugin-template-settings.php
Original file line number Diff line number Diff line change
Expand Up @@ -117,7 +117,8 @@ public function add_menu_item() {
* @return mixed|void
*/
private function menu_settings() {


/*
return apply_filters(
$this->base . 'menu_settings',
array(
Expand All @@ -132,6 +133,7 @@ private function menu_settings() {
'position' => null,
)
);
*/
}

/**
Expand Down

0 comments on commit b6718a8

Please sign in to comment.