embed_content
Prints additional content after the embed excerpt.
Usage
add_action( 'embed_content', 'wp_kama_embed_content_action' ); /** * Function for `embed_content` action-hook. * * @return void */ function wp_kama_embed_content_action(){ // action... }
Changelog
Since 4.4.0 | Introduced. |
Where the hook is called
embed_content
wp-includes/theme-compat/embed-content.php 109
do_action( 'embed_content' );
wp-includes/theme-compat/embed-404.php 30
do_action( 'embed_content' );