Peter Harry

Peter Harry

About Author

Peter Harry is an adventurous tourist who loves to explore different destinations and share the knowledge he gains from those places.

77

Articles Published
function custom_meta_boxes() { add_meta_box( 'custom_faqs_box', 'Custom FAQ\'s', 'custom_faqs_callback', 'post', 'normal', 'high' ); add_meta_box( 'seo_schema_box', 'Seo Schema Field', 'seo_schema_callback', 'post', 'normal', 'high' ); } add_action('add_meta_boxes', 'custom_meta_boxes'); function custom_faqs_callback($post) { $faqs = get_post_meta($post->ID, '_custom_faqs', true); ?>
Question Answer