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