Skip to content

How to Remove Items from the WordPress Toolbar

The WordPress Toolbar is an essential element of the UI. Therefore it is a central part of what you interact with when wirking with WordPress websites. lugins and themes can easily add their stuff to the admin bar. This is…

Mehr Lesen

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