wpseek.com
Eine auf WordPress spezialiserte Suchmaschine für Entwickler und Theme-Autoren



comment_status_links › WordPress Filter Hooks

Seit5.1.0
Veraltetn/v
apply_filters( 'comment_status_links', $this->get_views_links( $status_links )
Parameter:
  • (string[]) $status_links An associative array of fully-formed comment status links. Includes 'All', 'Mine', 'Pending', 'Approved', 'Spam', and 'Trash'.
    Erforderlich: Ja
Definiert in:
Codex:

Filters the comment status links.





Quellcode

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