c_ws_plugin__s2member_sc_gets_in
public class c_ws_plugin__s2member_sc_gets_in
3.5
( 1 Method ) Method Summary | |
---|---|
public static mixed | sc_get_details(array $attr, str $content, str $shortcode) Handles the Shortcode for: |
public static mixed sc_get_details(array $attr, str $content, str $shortcode)
Handles the Shortcode for: [s2Get /]
.
3.5
add_shortcode("s2Get");
array $attr - An array of Attributes.
str $content - Content inside the Shortcode.
str $shortcode - The actual Shortcode name itself.
mixed - Value of the requested data, or null on failure.
Prevent this routine from potentially returning objects/arrays?
Shortcode
[s2Get /]
(inner processing routines).