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



comment_status_links › Hooks de Filtros WordPress

Desde5.1.0
Obsoleton/a
apply_filters( 'comment_status_links', $this->get_views_links( $status_links )
Parâmetros:
  • (string[]) $status_links An associative array of fully-formed comment status links. Includes 'All', 'Mine', 'Pending', 'Approved', 'Spam', and 'Trash'.
    Required: Yes
Definido em:
Codex:

Filters the comment status links.





Fonte

return apply_filters( 'comment_status_links', $this->get_views_links( $status_links ) );