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.

This shortcode does NOT support conditional branching with [ELSE_include].
Shortcode nesting is NOT supported.

Parameters:

file The file name with it file system path.
Default: none.
Required: yes.

Example:

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

API:

There is currently no ActiveMember360 API function equivalent for this shortcode.