Ejemplo n.º 1
0
 /**
  * Handles the Shortcode for: `[s2Member-Security-Badge /]`.
  *
  * @package s2Member\Security_Badges
  * @since 110524RC
  *
  * @attaches-to ``add_shortcode('s2Member-Security-Badge');``
  *
  * @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_s_badge($attr = array(), $content = '', $shortcode = '')
 {
     return c_ws_plugin__s2member_sc_s_badge_in::sc_s_badge($attr, $content, $shortcode);
 }
 /**
  * Handles the Shortcode for: `[s2Member-Security-Badge /]`.
  *
  * @package s2Member\Security_Badges
  * @since 110524RC
  *
  * @attaches-to ``add_shortcode("s2Member-Security-Badge");``
  *
  * @param array $attr An array of Attributes.
  * @param str $content Content inside the Shortcode.
  * @param str $shortcode The actual Shortcode name itself.
  * @return inner Return-value of inner routine.
  */
 public static function sc_s_badge($attr = FALSE, $content = FALSE, $shortcode = FALSE)
 {
     return c_ws_plugin__s2member_sc_s_badge_in::sc_s_badge($attr, $content, $shortcode);
 }