print_media_templates
Fires when the custom Backbone media templates are printed.
Использование
add_action( 'print_media_templates', 'wp_kama_print_media_templates_action' );
/**
* Function for `print_media_templates` action-hook.
*
* @return void
*/
function wp_kama_print_media_templates_action(){
// action...
}Список изменений
| С версии 3.5.0 | Введена. |
Где вызывается хук
print_media_templates
wp-includes/media-template.php 1584
do_action( 'print_media_templates' );