Hello, Dear Developers, Can you help?
Can you help with next thing:
1 – I wanna make function with ACF display function in functions.php for woocommerce
2 – Wanna use next construction
function {} // displaying custom field value for product post type
add_action() // hook that i will use to add this value to archive or single product.
===
in my case i really wanna make display function for ACF in functions.php for products.
because i wanna make custom item products in archive too, and it’s really difficult add these values on specific pages. please help!!!