embed_head - akirk/friends GitHub Wiki

Prints scripts or data in the embed template head tag.

Auto-generated Example

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

Files

do_action( 'embed_head' )

← All Hooks