Fatal error: Call to undefined function cmb_get_option()
-
Fatal error: Call to undefined function cmb_get_option() in page template
I am trying to display a oembed field on a page template with the following code. Thanks
$yt= esc_html( cmb_get_option( ‘cmb_options’, ‘_yt_videoembed’ ) );
echo wp_oembed_get( $yt );
Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
- The topic ‘Fatal error: Call to undefined function cmb_get_option()’ is closed to new replies.