Filters the arguments for the site query in the sites list table.
Parameters
$args
array- 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. |
User Contributed Notes
You must log in before being able to contribute a note or feedback.