mbr_exec

This shortcode allows the injection of PHP code into a post, page, excerpt or widget.

Read More

mbr_foreach

This shortcode is used to perform a set of repetitive actions a fixed number of times, based on values passed to it, similar to a programming FOREACH loop.

Read More

mbr_forloop

This shortcode is used to perform a set of repetitive actions a fixed number of times, similar to a programming FOR…TO…NEXT loop.

Read More

mbr_include

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

Read More

mbr_isset

This shortcode provides a means to determine if a parameter was passed to a custom shortcode and execute the appropriate conditional branch.

Read More