embed_content action-hookWP 4.4.0

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

In file: /wp-includes/theme-compat/embed-content.php
embed_content
wp-includes/theme-compat/embed-404.php 30
do_action( 'embed_content' );

Where the hook is used in WordPress

Usage not found.