コード例 #1
0
 function shortcode($atts)
 {
     $button = new maxButton();
     return $button->shortcode($atts);
 }