Guest User

Untitled

a guest
Oct 17th, 2017
74
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.21 KB | None | 0 0
  1. function footag_func( $atts ){
  2. return "test shortcode";
  3. }
  4. add_shortcode('footag', 'footag_func');
  5.  
  6. <?php echo do_shortcode("[footag]"); ?>
  7.  
  8. <?php echo apply_filters('the_content',$post->post_content); ?>
Add Comment
Please, Sign In to add comment