コード例 #1
0
ファイル: shortcodes.php プロジェクト: xpander54/wp-drz
 protected function onShortcode($content, $code, \Drone\HTML &$html)
 {
     $html = HTML::mark()->class($this->so('color'))->add(Func::wpShortcodeContent($content));
 }