PHP在条件语句中返回cookie的值

时间:2015-08-14 23:12:12

标签: wordpress function

我想使用add_filter在wordpress中插入一个函数(在functions.hp中)但我希望只有当($ _COOKIE ['country'])返回“DK”时才启用此过滤器(对于Danemark )

提前,谢谢!

if ($_COOKIE['country']) == 'DK' { 
add_filter('woocommerce_currency_symbol', 'change_existing_currency_symbol', 10, 2);
}

0 个答案:

没有答案