I'm trying to include the Wordpress Footer into WHMCS.
How do you do it? Is it possible?
I have tried including the footer.php file but nothings happening.
I know that you can use bridges but it's integration in the wrong way, I want to integrate fully as opposed to pulling whmcs into wordpress.
Adapted from this How to call a filter hook in a PHP external file
WordPress running on
http://example.com/wordpress
. And the followingtest.php
file located athttp://example.com/test.php
:See *What is the constant WP_USE_THEMES for?