How to Hide Icon Buttons ? Like iCalendar
Hi, can I hide Google calendar icon or iCalendar icon in the backend admin panel and let admin only can see the "Twilio SMS" icon / button to click?
screenshot
is that something like this?
function removeEASubMenu() {
$page = remove_submenu_page( 'easy_app_top_level', 'easy_app_reports' );
}
Please login or Register to submit your answer