- Version
- Download 27
- File Size 0.00 KB
- File Count 1
- Create Date November 15, 2023
- Last Updated May 12, 2024
v3.3.4 WooCommerce Catalog Visibility Options Free Download
Changelog
Version 3.3.4RELEASED ON 2024.03.26
- WC and WC version compatibility.
- WC features compatibility.
- Remove legacy code for WC 2.6 and older.
Version 3.3.3RELEASED ON 2023.11.11
- WP and WC version compatibility.
Version 3.3.2RELEASED ON 2023.09.16
- WP and WC version compatibility.
- Move clearing of transients into a separate class so it can be queued and called during shutdown.
- Remove legacy code for WC 2.6 and older.
- Remove legacy code regarding extension updates and WC active check.
- General code cleanup.
Version 3.3.1RELEASED ON 2023.06.10
- WP and WC version compatibility.
- Call catalog_visibility_alternate_add_to_cart_link_url filter on the add to cart link for shop links.
- Allow filtering of the locations which are used for the location picker. Use the filter woocommerce_catalog_restrictions_available_locations.
- 'woocommerce_catalog_restrictions_available_locations', function( $available_locations, $allowed_countries, $allowed_states, $use_states ) {
- = [
- => [
- => 'United States',
- => 'US',
- => [
- => [
- => 'California',
- => 'CA'
- ],
- ]
- ]
- ];
- $available_locations;
- 10, 4 );