How to include wordpress plugins outside of wordpress?
-
I am using woocommerce and there are functions i want to use outside of wordpress. I have already used
wp-load.php
andwp-blog-header.php
;require_once(dirname(__FILE__) . '/../../../wp-load.php'); require(dirname(__FILE__) . '/../../../wp-blog-header.php');
But i want access to the woocommerce functions. How do i do this?
Viewing 2 replies - 1 through 2 (of 2 total)
Viewing 2 replies - 1 through 2 (of 2 total)
- The topic ‘How to include wordpress plugins outside of wordpress?’ is closed to new replies.