Hiding A Specific Class Using CSS For users and show it to admins only in wordpress
So I'm using this plugin called Mapplic for interactive maps on wordpress and I'm trying to hide a specific class in it for everyone except admins so first i added this function to add a class for admin function add_admin_body_class($classes)…