Advertisement
Guest User

Untitled

a guest
Feb 7th, 2016
46
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.13 KB | None | 0 0
  1. /**
  2. * Build custom field meta box
  3. *
  4. * @param post $post The post object
  5. */
  6. function food_build_meta_box( $post ){
  7. // our code here
  8. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement