phpharness creates a shortcode that lets you specify a php file that you wish to include into a page.
phpharness create a shortcode that lets you specify a php file that you wish to include via require_once into a page. Whatever is returned by your specified function will be displayed. [phpharness path="path to file to require_once" func="function to fire "]
Notes: The function should be in the form of function_name('1',2...) where parameters,if any, are also passed in the stringf defining the function. The Path is relative to your root directory
Requires: 3.0 or higher
Compatible up to: 3.1.4
Last Updated: 2011-11-29
Downloads: 165
Got something to say? Need help?