Fires after the Filter submit button for comment types.
$comment_status, $which
Sortie :
@param string $comment_status The comment status name. Default 'All'. @param string $which The location of the extra table nav markup: Either 'top' or 'bottom'.
// Ajouter une fonction au hook action 'manage_comments_nav'
add_action('manage_comments_nav', 'ma_fonction_personnalisee', 10, 1);
function ma_fonction_personnalisee($comment_status, $which) {
// Votre code ici
error_log('Hook manage_comments_nav déclenché');
}
Chargement des actualités...