wpseek.com
Un motore di ricerca WordPress per sviluppatori e autori di temi



comment_status_links › WordPress Filter Hooks

Da5.1.0
Deprecaton/a
apply_filters( 'comment_status_links', $this->get_views_links( $status_links )
Parametri:
  • (string[]) $status_links An associative array of fully-formed comment status links. Includes 'All', 'Mine', 'Pending', 'Approved', 'Spam', and 'Trash'.
    Richiesto:
Definito a:
Codex:

Filters the comment status links.





Sorgenti

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