restrict_manage_sites, $which
restrict_manage_sites, $which
Appears in: 7.0.3
Hook Type: action
Displaying hooks found in version: 7.0.3do_action('restrict_manage_sites, $which') is found 1 times:
- /wp-admin/includes/class-wp-ms-sites-list-table.php line 353
* @since 5.3.0 * * @param string $which The location of the extra table nav markup: Either 'top' or 'bottom'. */ do_action( 'restrict_manage_sites', $which ); $output = ob_get_clean(); if ( ! empty( $output ) ) { echo $output; submit_button( __( 'Filter' ), '', 'filter_action', false, array( 'id' => 'site-query-submit' ) );