Created
January 19, 2015 09:43
-
-
Save thecodepoetry/454413d3aae555bbc541 to your computer and use it in GitHub Desktop.
Hide ultimate addon notice
This file contains hidden or 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
add_action('admin_head', 'my_custom_css'); | |
function my_custom_css() { | |
echo '<style> | |
.ult_activate { | |
display: none; | |
} | |
</style>'; | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this code in your child theme functions.php