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' )
Prints scripts or data in the embed template head tag.
add_action(
'embed_head',
function() {
// Your code here.
}
);
do_action( 'embed_head' )