apply_filters( ‘ms_sites_list_table_query_args’, array $args )

In this article

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

VersionDescription
4.6.0Introduced.

User Contributed Notes

You must log in before being able to contribute a note or feedback.