add_filter( 'the_content', 'luqman_content', 10); function luqman_content($content){ global $post; if($post->ID == '5'){ //your php code $str = <<<EOF EOF; return $content.$str ; } }
Your email address will not be published. Required fields are marked *
Comment
Name *
Email *
Website
Save my name, email, and website in this browser for the next time I comment.