コード例 #1
0
ファイル: index.php プロジェクト: ThemeMakers/tmm_shortcodes
 function TMM_Ext_Shortcodes_do($attributes = array(), $content = "", $shortcode_key)
 {
     $attributes["content"] = $content;
     if (isset($_REQUEST["shortcode_mode_edit"])) {
         $_REQUEST["shortcode_mode_edit"] = $attributes;
     } else {
         return TMM_Ext_Shortcodes::draw_html($shortcode_key, $attributes);
     }
 }