Created
June 29, 2021 08:41
-
-
Save kurudrive/9bcfe78b7388f2cefe9b75aeb02199ee to your computer and use it in GitHub Desktop.
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
/** | |
* 特殊なコードを挿入 | |
*/ | |
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