public function __construct() { parent::__construct(__('Blog', 'everything'), array('self_closing' => true)); }
/** * 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'); }
public function __construct() { parent::__construct(__('No format', Theme::getInstance()->domain), array('visibility' => self::VISIBILITY_NONE)); }