Tagged Questions
0
votes
1answer
38 views
remove_menu_page breaks “Add media”
Using the the remove_menu_page function results in a really strange bug. By adding the code below in the functions.php file the integrated "Add media" widget starts to bug.
function ...
0
votes
2answers
828 views
How do I remove the entire Media section from the main WordPress navigation without just hiding it?
I would like to remove the entire "Media" section from the main WordPress admin navigation ont he left hand side. What I don't want to do is just "hide" it with CSS or a plugin/function like I have ...