woo_com_base_url

woo_com_base_url

Hook Type: filter

See hook in core

Displaying hooks found in version: woocommerce.9.1.2

apply_filters('woo_com_base_url') is found 1 times:

  • /includes/admin/helper/class-wc-helper.php line 2278
    		 * Filter the base URL used to install the Woo hosted plugins.
    		 *
    		 * @since 8.7.0
    		 */
    		$woo_com_base_url = apply_filters( 'woo_com_base_url', 'https://woocommerce.com/' );
    
    		return $woo_com_base_url . 'auto-install-init/';
    	}
    
    	/**
    	 * Retrieve notice for connected store.