W3cubDocs

/WordPress

apply_filters( ‘ms_sites_list_table_query_args’, array $args )

Filters the arguments for the site query in the sites list table.

Parameters

$argsarray
An array of get_sites() arguments.
More Arguments from get_sites( … $args )Array or string of arguments. See WP_Site_Query::__construct() for information on accepted arguments.

Source

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

Changelog

Version Description
4.6.0 Introduced.

© 2003–2024 WordPress Foundation
Licensed under the GNU GPLv2+ License.
https://developer.wordpress.org/reference/hooks/ms_sites_list_table_query_args