can_edit_network

can_edit_network

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

See hook in core

Displaying hooks found in version: wordpress-6.5.2

apply_filters('can_edit_network') is found 1 times:

  • /wp-admin/includes/ms.php line 838
    	 *
    	 * @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