Skip to content

Renaming a Menu Item In WordPress

First of all you might want to see all the data in the menu array in the backend. To do this simply drop this snippet in your child themes function.php file. if (!function_exists('debug_admin_menus')): function debug_admin_menus() { global $submenu, $menu, $pagenow;…

Mehr Lesen
An den Anfang scrollen