Guest User

Untitled

a guest
Sep 25th, 2018
91
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.22 KB | None | 0 0
  1. <?php
  2. function ore_content ( $content ) {
  3. if ( is_single () ) {
  4. echo ( $content );
  5. ore_kansuu (); //表示したいものを出力する関数な
  6. }
  7. }
  8. add_filter ( 'the_content', 'ore_content' );
  9. ?>
Add Comment
Please, Sign In to add comment