manage_sites_extra_tablenav WordPress Action Hook
The manage_sites_extra_tablenav hook allows you to add extra items to the Sites table navigation. This can be useful for adding custom filters or bulk actions.
do_action( 'manage_sites_extra_tablenav', string $which ) #
Fires immediately following the closing “actions” div in the tablenav for the MS sites list table.
Parameters
- $which
(string)The location of the extra table nav markup: 'top' or 'bottom'.
Source
Changelog
Version | Description |
---|---|
5.3.0 | Introduced. |