do_action( 'restrict_manage_sites', string $which )

Fires before the Filter button on the MS sites list table.


Parameters

$which string
The location of the extra table nav markup: 'top' or 'bottom'.

Top ↑

Source

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

do_action( 'restrict_manage_sites', $which );


Top ↑

Changelog

Changelog
Version Description
5.3.0 Introduced.

Top ↑

User Contributed Notes

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