Skip to content

embed_content_meta

github-actions[bot] edited this page Jul 27, 2025 · 3 revisions

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

Clone this wiki locally