You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm using the post in video format and I would like to retrieve the content when I access the wordpress rest api. So I created the following code, but which hook would I use to retrieve the embed link?
I'm using the post in video format and I would like to retrieve the content when I access the wordpress rest api. So I created the following code, but which hook would I use to retrieve the embed link?
function youtube_custom_field(){ register_rest_field(array('post'), 'youtube_URL', array( 'get_callback' => function() {return get_theme_support(the_hook());} ));
The text was updated successfully, but these errors were encountered: