ms_sites_list_table_query_args WordPress Filter Hook
The ms_sites_list_table_query_args hook is used to modify the arguments used in the WP_MS_Sites_List_Table class.
apply_filters( 'ms_sites_list_table_query_args', array $args ) #
Filters the arguments for the site query in the sites list table.
Parameters
- $args
(array)An array of get_sites() arguments.
Source
Changelog
Version | Description |
---|---|
4.6.0 | Introduced. |