woocommerce_continents, include WC(

woocommerce_continents, include WC(

Appears in:
Hook Type: filter

See hook in core

Displaying hooks found in version: woocommerce.11.0.0

apply_filters('woocommerce_continents, include WC(') is found 1 times:

  • /includes/class-wc-countries.php line 134
    			 * @since 2.6.0
    			 *
    			 * @param array[array] $continents
    			 */
    			$this->geo_cache['continents'] = apply_filters( 'woocommerce_continents', include WC()->plugin_path() . '/i18n/continents.php' );
    		}
    
    		return $this->geo_cache['continents'];
    	}
    
    	/**