wpseek.com
Outil de recherche WordPress pour les développeurs et auteurs de thèmes



comment_status_links › Les Filtres WordPress

Depuis5.1.0
Dépréciéen/a
apply_filters( 'comment_status_links', $this->get_views_links( $status_links )
Paramètres:
  • (string[]) $status_links An associative array of fully-formed comment status links. Includes 'All', 'Mine', 'Pending', 'Approved', 'Spam', and 'Trash'.
    Requis: Oui
Défini(e) dans:
Codex:

Filters the comment status links.





Source

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