get_network

get_network

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

See hook in core

Displaying hooks found in version: wordpress-6.5.2

apply_filters('get_network') is found 1 times:

  • /wp-includes/ms-network.php line 48
    	 * @since 4.6.0
    	 *
    	 * @param WP_Network $_network Network data.
    	 */
    	$_network = apply_filters( 'get_network', $_network );
    
    	return $_network;
    }
    
    /**
     * Retrieves a list of networks.