Filters the maximum depth of threaded/nested comments.
10
Sortie :
@param int $max_depth The maximum depth of threaded comments. Default 10.
// Modifier la valeur avec le filtre 'thread_comments_depth_max'
add_filter('thread_comments_depth_max', 'ma_fonction_filtre', 10, 1);
function ma_fonction_filtre(10) {
// Modifier la valeur
return 10;
}
Chargement des actualités...