How to get custom metabox image field?

Normally, the WordPress function for displaying the image of your custom meta box is this <?php wp_get_attachment_image_src( $attachment_id, $size, $icon ); ?>

Leave a Comment