Source Code Documentation


Field Summary | Method Summary | Field Detail | Method Detail

Package s2Member\Systematics

s2member\includes\classes\systematics.inc.php at line #28

Class c_ws_plugin__s2member_systematics

c_ws_plugin__s2member_systematics

public class c_ws_plugin__s2member_systematics

Systematics (for current page).

Since:

3.5


( 3 Methods )
Method Summary
public static bool

is_s2_systematic_use_page()

Determines if the current page is s2Member® Systematic.

public static bool

is_systematic_use_page()

Determines if the current page is Systematic in any way.

public static bool

is_wp_systematic_use_page()

Determines if the current page is WordPress® Systematic.

( 3 Methods )
Method Detail

s2member\includes\classes\systematics.inc.php at line #41

is_s2_systematic_use_page()

public static bool is_s2_systematic_use_page()

Determines if the current page is s2Member® Systematic.

Since:

111115

Returns:

bool - True if s2Member® Systematic, else false.

Note:

The results of this function are cached staticially. Do NOT call upon this until the init Hook is fired.

[ back to top ]

s2member\includes\classes\systematics.inc.php at line #113

is_systematic_use_page()

public static bool is_systematic_use_page()

Determines if the current page is Systematic in any way.

Since:

3.5

Returns:

bool - True if Systematic, else false.

Note:

The results of this function are cached staticially. Do NOT call upon this until the wp Hook is fired.

[ back to top ]

s2member\includes\classes\systematics.inc.php at line #67

is_wp_systematic_use_page()

public static bool is_wp_systematic_use_page()

Determines if the current page is WordPress® Systematic.

Since:

111002

Returns:

bool - True if WordPress® Systematic, else false.

Note:

The results of this function are cached staticially. Do NOT call upon this until the init Hook is fired.

[ back to top ]

Source Code Documentation


Field Summary | Method Summary | Field Detail | Method Detail