-
Notifications
You must be signed in to change notification settings - Fork 19
embed_head
github-actions[bot] edited this page Jul 27, 2025
·
3 revisions
Prints scripts or data in the embed template head tag.
add_action(
'embed_head',
function() {
// Your code here.
}
);do_action( 'embed_head' )