Usage:

This shortcode enables you to check if a user has no access to a given page/post, defined by its ID.

It can be useful when used in conjunction with [mbr_get_page] to combine various content elements into a combined page.

[ELSE_not_allowed_access] conditional branching is supported.
Shortcode nesting is NOT supported.

Parameters:

post_id The page or post ID for which to check the current user’s access permissions.
Default: current post id.
Required: no.

Example:

[mbr_not_allowed_access post_id='1234']
  If user does NOT have access to given post/page, display this content.
[ELSE_not_allowed_access]
  Otherwise, display this.
[/mbr_not_allowed_access]

API:

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