embed_content_meta - akirk/friends GitHub Wiki

Prints additional meta content in the embed template.

Auto-generated Example

add_action(
   'embed_content_meta',
    function() {
        // Your code here.
    }
);

Files

do_action( 'embed_content_meta' )

← All Hooks