Created
December 2, 2015 12:38
-
-
Save krafit/73d956496e53697c2e50 to your computer and use it in GitHub Desktop.
Nachdem der Schmerz, den wpSEO-Menüpunkt ansehen zu müssen zu groß wurde, habe ich das Icon im Admin-Menü ersetzt.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
if (function_exists(wpseo_autoload)) { | |
function krafit_repair_wpseo() { | |
?> | |
<style> | |
#adminmenu #toplevel_page_wpseo div.wp-menu-image img { | |
display: none; | |
} | |
#adminmenu #toplevel_page_wpseo div.wp-menu-image::before { | |
content: "\f511"; | |
} | |
</style> | |
<?php | |
} | |
add_action( 'admin_head', 'krafit_repair_wpseo' ); | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Tut gut. 💐 Hab’s geforkt und in ein Plugin gewickelt: https://gist.github.com/glueckpress/596260cc2ce7ab9f9ac9