rss2_comments_ns хук-событие . WP 2.8.0
Fires at the end of the RSS root to add namespaces.
Использование
add_action( 'rss2_comments_ns', 'action_function_name_6227' ); function action_function_name_6227(){ // action... }
Список изменений
С версии 2.8.0 | Введена. |
Где вызывается хук
В файле: /wp-includes/feed-rss2-comments.php
rss2_comments_ns
wp-includes/feed-rss2-comments.php 31
do_action( 'rss2_comments_ns' );