Advertisement
Guest User

single.php (theme child)

a guest
Apr 28th, 2020
64
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.13 KB | None | 0 0
  1. // Metabox.io https://docs.metabox.io/displaying-fields/
  2. <?php
  3. $value = rwmb_meta( $field_id, $args, $post_id );
  4. echo $value;
  5. ?>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement