Skip to content

Instantly share code, notes, and snippets.

@sjaved87
Created June 19, 2016 16:21
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 sjaved87/88b03c6ee0155af6e0a7a50c28988658 to your computer and use it in GitHub Desktop.
Save sjaved87/88b03c6ee0155af6e0a7a50c28988658 to your computer and use it in GitHub Desktop.
<?php
function add_csutom_code_on_entire_network(){?>
<style type="text/css">
/*Your custom CSS code will go here*/
</style>
<?php }
add_action('wp_footer','add_csutom_code_on_entire_network', 999);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment