I am using currently Betheme WordPress and I want to remove admin menu Betheme li Items
li
Kindly view the image what i want is also defined in image
2
I have found the solution and its workig 100%
1st step open this file projectName/wp-admin/admin.php
projectName/wp-admin/admin.php
then
2nd Step in footer of the page insert this code
<style> li a[href="admin.php?page=be-websites"] { display: none !important; } </style>
Enjoy My Solution ...
Go to theme editor and remove the line that makes the item to display in the admin panel.
Click here to cancel reply.
2
Answers
I have found the solution and its workig 100%
1st step open this file
projectName/wp-admin/admin.php
then
2nd Step in footer of the page insert this code
Enjoy My Solution ...
Go to theme editor and remove the line that makes the item to display in the admin panel.