Call ACF data from functions.php [closed]
The functions.php file doesn’t know where you want that code to be shown on the front end. You need to put the code into a template page (ie the woocommerce account page) or attach it to that page with a woocommerce hook to the template. You’ll need to add it into a function to properly … Read more