Source Code Documentation


Field Summary | Method Summary | Field Detail | Method Detail

Package s2Member\s2Get

s2member\includes\classes\sc-gets-in.inc.php at line #28

Class c_ws_plugin__s2member_sc_gets_in

c_ws_plugin__s2member_sc_gets_in

public class c_ws_plugin__s2member_sc_gets_in

Shortcode [s2Get /] (inner processing routines).

Since:

3.5


( 1 Method )
Method Summary
public static mixed

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

Handles the Shortcode for: [s2Get /].

( 1 Method )
Method Detail

s2member\includes\classes\sc-gets-in.inc.php at line #45

sc_get_details()

public static mixed sc_get_details(array $attr, str $content, str $shortcode)

Handles the Shortcode for: [s2Get /].

Since:

3.5

Attaches-to:

add_shortcode("s2Get");

Parameters:

array $attr - An array of Attributes.

str $content - Content inside the Shortcode.

str $shortcode - The actual Shortcode name itself.

Returns:

mixed - Value of the requested data, or null on failure.

Todo:

Prevent this routine from potentially returning objects/arrays?

[ back to top ]

Source Code Documentation


Field Summary | Method Summary | Field Detail | Method Detail