Skip to content

Instantly share code, notes, and snippets.

@Musilda
Created December 7, 2020 05:01
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 Musilda/e6128d4313c54c82ca735a63d3bc5499 to your computer and use it in GitHub Desktop.
Save Musilda/e6128d4313c54c82ca735a63d3bc5499 to your computer and use it in GitHub Desktop.
<?php
add_action( 'wp_head', 'nazev_webu_add_header' );
public function nazev_webu_add_header() {
if ( strpos( get_site_url(), 'musilda.com' ) > 0) {
?>
<?php
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment