Is there a simple PHP boolean expression that will determine if oEmbed has content on a post?
I’m using the Divi Builder and there is a visibility option which will turn off a module if the PHP boolean expression returns false.
I’ve tried
get_field(‘oembed’);