beans_options_menu_slug_{$section}

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

NameTypeDescription
$menu_slugarrayThe menu slug.