/**
  * Handles the Shortcode for: `[s2Get /]`.
  *
  * @package s2Member\s2Get
  * @since 3.5
  *
  * @attaches-to ``add_shortcode("s2Get");``
  *
  * @param array $attr An array of Attributes.
  * @param string $content Content inside the Shortcode.
  * @param string $shortcode The actual Shortcode name itself.
  * @return inner Return-value of inner routine.
  */
 public static function sc_get_details($attr = FALSE, $content = FALSE, $shortcode = FALSE)
 {
     return c_ws_plugin__s2member_sc_gets_in::sc_get_details($attr, $content, $shortcode);
 }
Beispiel #2
0
 /**
  * Handles the Shortcode for: `[s2Get /]`.
  *
  * @package s2Member\s2Get
  * @since 3.5
  *
  * @attaches-to ``add_shortcode('s2Get');``
  *
  * @param array  $attr An array of Attributes.
  * @param string $content Content inside the Shortcode.
  * @param string $shortcode The actual Shortcode name itself.
  *
  * @return string Return-value of inner routine.
  */
 public static function sc_get_details($attr = array(), $content = '', $shortcode = '')
 {
     return c_ws_plugin__s2member_sc_gets_in::sc_get_details($attr, $content, $shortcode);
 }