add_meta_box(); endif; } function add_meta_box () { add_meta_box( /*id=*/ 'inspect_post_guid_box', /*title=*/ 'Post GUID and Meta Data', /*callback=*/ array($this, 'meta_box'), /*page=*/ 'post', /*context=*/ 'normal', /*priority=*/ 'default' ); } function meta_box () { global $post; ?>
| ID: | ID); ?> |
|---|---|
| GUID: | guid); ?> |
Custom Fields |
|
| ".esc_html($key); if ($idx > 1) : print "[$idx]"; endif; print ": | "; print "";
print " |
No custom fields for this post. | |