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



comments_list_table_query_args › WordPress Filter Hooks

Seit5.1.0
Veraltetn/v
apply_filters( 'comments_list_table_query_args', $args )
Parameter:
  • (array) $args An array of get_comments() arguments.
    Erforderlich: Ja
Definiert in:
Codex:

Filters the arguments for the comment query in the comments list table.





Quellcode

$args = apply_filters( 'comments_list_table_query_args', $args );