Forums
(@stonjohnsson)
6 years, 4 months ago
Add this to your functions.php:
add_action('admin_head', 'remove_yoast_branding_backend'); function remove_yoast_branding_backend() { ?> <style type="text/css"> div[class*="yoast_"] { display: none !important; } </style> <?php }
Does the trick 🙂
13 years, 5 months ago
Same question!