[ad_1]
Hello
I am using ACF for create option page of my template.
for read options from option page I can use get_field(“sample-option-name”,”option”);
I use this code in footer.
In any pages this code is work and get data from option page.
but when I use woocommerce price filter widget and when I filter products by price, this code not working and woocommerce price filter will be hidden.
