Execute Shortcodes in a Custom Field
If you want to execute shortcodes in a custom field, use the snippet below:
echo apply_filters( 'the_content', get_post_meta( $post->ID, 'your_custom_field_here', true ) );
If you want to execute shortcodes in a custom field, use the snippet below:
echo apply_filters( 'the_content', get_post_meta( $post->ID, 'your_custom_field_here', true ) );