atom_comments_ns
Fires inside the feed tag in the Atom comment feed.
Использование
add_action( 'atom_comments_ns', 'wp_kama_atom_comments_ns_action' );
/**
* Function for `atom_comments_ns` action-hook.
*
* @return void
*/
function wp_kama_atom_comments_ns_action(){
// action...
}Список изменений
| С версии 2.8.0 | Введена. |
Где вызывается хук
В файле: /wp-includes/feed-atom-comments.php
wp-includes/feed-atom-comments.php 27
do_action( 'atom_comments_ns' );