Usage:

This shortcode is the shortcode equivalent of the WordPress get_bloginfo() function.

The get_bloginfo() function returns information about your site which can then be used elsewhere in your PHP code. This function, as well as bloginfo(), can also be used to display your blog information.

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

Parameters:

field The “field” parameter expects a valid parameter, as defined in WordPress.
Please refer to the web page http://codex.wordpress.org/Function_Reference/get_bloginfo for an overview of the acceptable parameters.
Default: none.
Required: yes.

Example:

[mbr_site field='name']

[mbr_site field='version']

API:

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