Divi/Monarch update twitter logo to latest

First off. What is Monarch. It’s a premium social sharing plugin for WordPress from Elegant Themes. Monarch Plugin Documentation | Elegant Themes Documentation Updating the twitter logo to the new X from Mr Elon Musk.You first need to upload a new logo to your...

Remove menu items for non admins

function TRIM_ADMIN_MENU() { global $current_user; if(!current_user_can(‘administrator’)) { remove_menu_page( ‘tools.php’ ); // No tools for <= editors remove_menu_page( ‘activity_log_page’ ); // Activity log } }...

Pin It on Pinterest