This listing has been expired.
Discover more from What's On Ipswich
Subscribe to get the latest posts sent to your email.
\ add_action('add_meta_boxes', function() { add_meta_box( 'dtbd_debug_meta', 'DEBUG – Classified Meta (TEMP)', function($post){ if ($post->post_type !== 'rtcl_listing') return; echo '
';
print_r(get_post_meta($post->ID));
echo '';
},
'rtcl_listing',
'normal',
'high'
);
});
Subscribe to get the latest posts sent to your email.