i4w_include

Usage:

This shortcode provides the same functionality as the regular PHP include functionality but as a shortcode within a page or post.

The file system path can be specified as either (a) the full from the system root or (b) the relative path from the web document root.

Shortcode nesting is NOT supported.

Parameters:

</table

Example:

[i4w_include file='/full/path/to/my/file.php']

[i4w_include file='relative/path/to/my/file.php']

API:

There is no API function equivalent for this shortcode.
Scroll to Top
file The file name with it file system path.
Required: Yes.