can_edit_network

can_edit_network

Appears in: , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , ,
Hook Type: filter

See hook in core

Displaying hooks found in version: wordpress-6.7.2

apply_filters('can_edit_network') is found 1 times:

  • /wp-admin/includes/ms.php line 838
    834
    835
    836
    837
    838
    839
    840
    841
    842
    843
    844
         *
         * @param bool $result     Whether the network can be edited from this page.
         * @param int  $network_id The network ID to check.
         */
        return apply_filters( 'can_edit_network', $result, $network_id );
    }
     
    /**
     * Prints thickbox image paths for Network Admin.
     *
     * @since 3.1.0