Support

Account

Home Forums ACF PRO Getting just the url that was entered into an oEmbed field inside a variable Reply To: Getting just the url that was entered into an oEmbed field inside a variable

  • Hi @UncleBob1846

    You can get the url saved in the database by using the $format_value parameter like so:

    
    $youtube_video_url = get_field('youtube_video_url', false, false);