Calling a plugin within a PHP page *New to WP!*
-
Hi,
I’m trying to create a php file which will call a new plugin (already successfully installed and activated) and pass a variable to that plug. Currently I have this statement within a file:
echo “[exzo]” . $image_url . “[/exzo]”;
Now this appears to be generated after WP has parsed the page for plugins, and hence just appears as text. Any way to have this appear within the page as though I’d just called it within a blog post?
Thanks!
Viewing 7 replies - 1 through 7 (of 7 total)
Viewing 7 replies - 1 through 7 (of 7 total)
- The topic ‘Calling a plugin within a PHP page *New to WP!*’ is closed to new replies.