woocommerce_sort_countries, true
woocommerce_sort_countries, true
Appears in: woocommerce.11.0.0
Hook Type: filter
Displaying hooks found in version: woocommerce.11.0.0apply_filters('woocommerce_sort_countries, true') is found 1 times:
- /includes/class-wc-countries.php line 73
* * @param array $countries */ $this->geo_cache['countries'] = apply_filters( 'woocommerce_countries', include WC()->plugin_path() . '/i18n/countries.php' ); if ( apply_filters( 'woocommerce_sort_countries', true ) ) { wc_asort_by_locale( $this->geo_cache['countries'] ); } } return $this->geo_cache['countries']; }