コード例 #1
0
ファイル: shortcodes.php プロジェクト: xpander54/wp-drz
 public function __construct()
 {
     parent::__construct(__('Blog', 'everything'), array('self_closing' => true));
 }
コード例 #2
0
ファイル: functions.php プロジェクト: xpander54/wp-drz
 /**
  * Current blog style
  *
  * @since 1.0
  *
  * @return string
  */
 public static function getBlogStyle()
 {
     return \Drone\Shortcodes\Shortcode::inShortcode('blog') ? \Drone\Shortcodes\Shortcode::getInstance('blog')->so('style') : Everything::to('site/blog/style');
 }
コード例 #3
0
ファイル: shortcodes.php プロジェクト: xpander54/wp-drz
 public function __construct()
 {
     parent::__construct(__('No format', Theme::getInstance()->domain), array('visibility' => self::VISIBILITY_NONE));
 }