Filter hook 'ms_sites_list_table_query_args'

in WP Core File wp-admin/includes/class-wp-ms-sites-list-table.php at line 180

Description

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

Occurrences

Filename Line Number
wp-admin/includes/class-wp-ms-sites-list-table.php 180

Parameters

Type Name Description
array $args An array of get_sites() arguments.

PHP Doc

/**
		 * Filters the arguments for the site query in the sites list table.
		 *
		 * @since 4.6.0
		 *
		 * @param array $args An array of get_sites() arguments.
		 */