Source Code Documentation


Field Summary | Method Summary | Field Detail | Method Detail

Package s2Member\s2If

s2member\includes\classes\sc-if-conds.inc.php at line #28

Class c_ws_plugin__s2member_sc_if_conds

c_ws_plugin__s2member_sc_if_conds

public class c_ws_plugin__s2member_sc_if_conds

Shortcode [s2If /].

Since:

3.5


( 1 Method )
Method Summary
public static inner

sc_if_conditionals(array $attr, str $content, str $shortcode)

Handles the Shortcode for: [s2If /].

( 1 Method )
Method Detail

s2member\includes\classes\sc-if-conds.inc.php at line #53

sc_if_conditionals()

public static inner sc_if_conditionals(array $attr, str $content, str $shortcode)

Handles the Shortcode for: [s2If /].

These Shortcodes are also safe to use on a Multisite Blog Farm.

Is Multisite Networking enabled? Please keep the following in mind. current_user_can(), will ALWAYS return true for a Super Admin! (this can be confusing when testing conditionals).

If you're running a Multisite Blog Farm, you can Filter this array: ws_plugin__s2member_sc_if_conditionals_blog_farm_safe $blog_farm_safe

Since:

3.5

Attaches-to:

add_shortcode("s2If") + _s2If, __s2If, ___s2If for nesting.

Parameters:

array $attr - An array of Attributes.

str $content - Content inside the Shortcode.

str $shortcode - The actual Shortcode name itself.

Returns:

inner - Return-value of inner routine.

[ back to top ]

Source Code Documentation


Field Summary | Method Summary | Field Detail | Method Detail