Advertisement
Guest User

Kode iklan matched content

a guest
Jul 24th, 2018
253
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
PHP 0.21 KB | None | 0 0
  1. function wpb_after_post_content($content){
  2. if (is_single()) {
  3.  $content .= 'kode iklan matched kontent yang dicopy di notepad tadi';
  4. }
  5.  return $content;
  6. }
  7. add_filter( "the_content", "wpb_after_post_content" );
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement