Skip to content

Instantly share code, notes, and snippets.

@Dianakc
Created June 12, 2014 20:35
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save Dianakc/ef4fc2584f63de5bd614 to your computer and use it in GitHub Desktop.
Save Dianakc/ef4fc2584f63de5bd614 to your computer and use it in GitHub Desktop.
Adiciona css ao admin
<?php
add_action('admin_head', 'my_custom_fonts');
function my_custom_fonts() {
echo '<style>
#breedsdiv {display:none;}
</style>';
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment