Files
Filename | Hook Type | Line Number | PHP Doc |
---|---|---|---|
wp-admin/includes/class-wp-ms-sites-list-table.php | apply_filters | 175 | /** * 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. */ |
Hook Parameters
Parameter Type | Name | Description |
---|---|---|
array | $args | An array of get_sites() arguments. |