restrict_manage_sites

restrict_manage_sites

Appears in: , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , ,
Hook Type: action

See hook in core

Displaying hooks found in version: wordpress-6.7.2

do_action('restrict_manage_sites') is found 1 times:

  • /wp-admin/includes/class-wp-ms-sites-list-table.php line 338
    334
    335
    336
    337
    338
    339
    340
    341
    342
    343
    344
    * @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' ) );