Filter the options fields menu slug.
The dynamic portion of the hook name, $section, refers to the section id which defines the group of fields.
apply_filters( "beans_options_menu_slug_{$section}", array $menu_slug )
Return: (void)
Parameters
| Name | Type | Description |
|---|---|---|
| $menu_slug | array | The menu slug. |
