Adding PHP Includes to Woocomerce Description Fields
-
Any WordPress Woocommerce experts out here?
I’m trying to solve a problem. I want to add a PHP Include to a description field in a Woocommerce product so that I don’t have to change the wording on every single product… but rather I can just change the one file and have it reflect that change in every product instantly.
<?php include("http://skullvault.com/product_disclaimer.php") ?>But, Woocommerce won’t display the content of that PHP file.
Anybody know how to override Woocommerce like this?
Viewing 4 replies - 1 through 4 (of 4 total)
Viewing 4 replies - 1 through 4 (of 4 total)
The topic ‘Adding PHP Includes to Woocomerce Description Fields’ is closed to new replies.