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.


Top ↑

Source

File: wp-admin/includes/class-wp-ms-sites-list-table.php

View on Trac



Top ↑

Changelog

Changelog
VersionDescription
4.6.0Introduced.

The content displayed on this page has been created in part by processing WordPress source code files which are made available under the GPLv2 (or a later version) license by theĀ Free Software Foundation. In addition to this, the content includes user-written examples and information. All material is subject to review and curation by the WPPaste.com community.