commentsrss2_head хук-событие . WP 2.3.0
Fires at the end of the RSS2 comment feed header.
Использование
add_action( 'commentsrss2_head', 'action_function_name_1869' ); function action_function_name_1869(){ // action... }
Список изменений
С версии 2.3.0 | Введена. |
Где вызывается хук
В файле: /wp-includes/feed-rss2-comments.php
commentsrss2_head
wp-includes/feed-rss2-comments.php 71
do_action( 'commentsrss2_head' );
Где используется хук в ядре WordPress
wp-includes/feed-rss2-comments.php 327
add_action( $action, 'the_generator' );