Ejemplo n.º 1
0
 function s2member_pro_login_widget($options = FALSE, $args = FALSE)
 {
     $args = is_array($args) ? $args : array("before_widget" => "", "before_title" => "<h3>", "after_title" => "</h3>", "after_widget" => "");
     ob_start();
     // Begin output buffering.
     c_ws_plugin__s2member_pro_login_widget::widget($args, $options);
     return ob_get_clean();
 }