【问题标题】:Custom Redirection based on Geolocation for multiple countries in WooCommerceWooCommerce 中多个国家/地区的基于地理位置的自定义重定向
【发布时间】:2019-08-12 22:10:15
【问题描述】:

根据"Custom Redirection based on Geolocation for specific products in WooCommerce" 对我之前问题的回答,我应该需要将国家/地区条件改为值数组。

感谢任何帮助。

【问题讨论】:

    标签: php wordpress woocommerce geolocation conditional-statements


    【解决方案1】:

    要处理多个国家,您必须在条件中替换:

    WC_Geolocation::geolocate_ip()['country'] === 'GE'
    

    作者:

    in_array( WC_Geolocation::geolocate_ip()['country'], array( 'GE', 'UK', 'FR' ) )
    

    其中array( 'GE', 'UK', 'FR' ) 是国家代码数组。

    【讨论】:

      猜你喜欢
      • 2015-04-09
      • 2019-04-08
      • 1970-01-01
      • 2011-07-16
      • 1970-01-01
      • 1970-01-01
      • 2015-09-09
      • 2016-04-13
      • 1970-01-01
      相关资源
      最近更新 更多