Skip to content

Instantly share code, notes, and snippets.

@kurudrive
Created June 29, 2021 08:41
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 kurudrive/9bcfe78b7388f2cefe9b75aeb02199ee to your computer and use it in GitHub Desktop.
Save kurudrive/9bcfe78b7388f2cefe9b75aeb02199ee to your computer and use it in GitHub Desktop.
/**
* 特殊なコードを挿入
*/
function my_insert_tags() {
?>
<!-- ここから下にコードを挿入 -->
<!-- ここより上にコードを挿入 -->
<?php
}
add_action( 'wp_head', 'my_insert_tags', 9999 );
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment