wpseek.com
Uma área de pesquisa sobre o WordPress para devs e autores do tema



thread_comments_depth_max › Hooks de Filtros WordPress

Desde2.7.0
Obsoleton/a
apply_filters( 'thread_comments_depth_max', 10 )
Parâmetros:
  • (int) $max_depth The maximum depth of threaded comments. Default 10.
    Required: Yes
Definido em:
Codex:

Filters the maximum depth of threaded/nested comments.





Fonte

$maxdeep = (int) apply_filters( 'thread_comments_depth_max', 10 );