embed_content
Prints additional content after the embed excerpt.
Использование
add_action( 'embed_content', 'wp_kama_embed_content_action' );
/**
* Function for `embed_content` action-hook.
*
* @return void
*/
function wp_kama_embed_content_action(){
// action...
}Список изменений
| С версии 4.4.0 | Введена. |
Где вызывается хук
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' );