embed_content хук-событиеWP 4.4.0

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 Введена.

Где вызывается хук

В файле: /wp-includes/theme-compat/embed-content.php
embed_content
wp-includes/theme-compat/embed-404.php 30
do_action( 'embed_content' );

Где используется хук в WordPress

Использование не найдено.