phpharness

phpharness creates a shortcode that lets you specify a php file that you wish to include into a page.

Author:morazain (profile at wordpress.org)
WordPress version required:3.0
WordPress version tested:3.1.4
Plugin version:0.0
Added to WordPress repository:29-11-2011
Last updated:29-11-2011
Warning! This plugin has not been updated in over 2 years. It may no longer be maintained or supported and may have compatibility issues when used with more recent versions of WordPress.
Rating, %:0
Rated by:0
Plugin URI:http://www.morazain.com/phpharness
Total downloads:2 317
Active installs:10+
plugin download
Click to start download

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