WooCommerce Catalog Visibility Options 3.3.5

Download WooCommerce Catalog Visibility Options 3.3.5 from nulled fire. Transform WooCommerce into an online catalog by removing eCommerce functionality
* Update: WP and WC version compatibility.
* Update: Call catalog_visibility_alternate_add_to_cart_link_url filter on the add to cart link for shop links.
* New: Allow filtering of the locations which are used for the location picker. Use the filter woocommerce_catalog_restrictions_available_locations.
* add_filter( 'woocommerce_catalog_restrictions_available_locations', function( $available_locations, $allowed_countries, $allowed_states, $use_states ) {
* $available_locations = [
* 'US' => [
* 'title' => 'United States',
* 'code' => 'US',
* Update: WP and WC version compatibility.
* Update: PHP 8 compatibility.
* Update: HPOS compatibility.
* Update: Only clear the transients when the operation being performed is not a bulk operation, such as saving a menu.
* Update: WP and WC version compatibility tags.