PHP File Inclusion in posts & pages using require, include or similar statements.
| Author: | Roya Khosravi (profile at wordpress.org) |
| WordPress version required: | 2.0.2 |
| WordPress version tested: | 2.7.1 |
| Plugin version: | 1.1 |
| Added to WordPress repository: | 27-10-2008 |
| Last updated: | 18-02-2009
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.royakhosravi.com/?p=63 |
| Total downloads: | 3 937 |
| Active installs: | 10+ |
![]() Click to start download |
|
PHPInclusion WordPress plugin allows you (admin only) to insert the content of a php file into your post/page with include(), require() , require_once() and include_once() functions.
Usage :
Copy & Past this code into your post or page :
[include:Path to your php file]
[include_once:Path to your php file]
[require:Path to your php file]
[require_once:Path to your php file]
Examples:
[include:MyPhpFile.php]
[include:MyDir/MyPhpFile.php]
More About PHPInclusion Plugin :
http://www.royakhosravi.com/?p=63
FAQ
