can_edit_network, $result, $network_id

can_edit_network, $result, $network_id

Appears in:
Hook Type: filter

See hook in core

Displaying hooks found in version: 7.0.3

apply_filters('can_edit_network, $result, $network_id') is found 1 times:

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