Advertisement
Guest User

Untitled

a guest
Jun 25th, 2017
55
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
PHP 0.10 KB | None | 0 0
  1. <?php
  2.  
  3. $customfield = get_post_meta($post_id, "customfield");
  4. echo do_shortcode($customfield);
  5.  
  6. ?>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement