get_class_name()
get_class_name() : object
Method get_class_name()
Get Class Name.
Class MainWP_Menu
init_subpages_left_menu(array $subPages, array $initSubpage, string $parentKey, mixed $slug)
Method init_subpages_left_menu
Build left menu subpages array.
array | $subPages | Array of SubPages. |
array | $initSubpage | Initial SubPage Array. |
string | $parentKey | Parent Menu Slug. |
mixed | $slug | SubPage Slug. |
is_disable_menu_item(string $level, array $item) : boolean
Method is_disable_menu_item
Check if $_mainwp_disable_menus_items contains any menu items to hide.
string | $level | The level the menu item is on. |
array | $item | The menu items meta data. |
True|False, default is False.