embed_content - akirk/friends GitHub Wiki

Prints additional content after the embed excerpt.

Auto-generated Example

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

Files

do_action( 'embed_content' )

← All Hooks