예제 #1
0
 /** constructor */
 function __construct()
 {
     $widget_name = biz_vektor_get_short_name() . '_facebook Page Plugin(Like Box)';
     parent::__construct('fbLikeBox', $widget_name, array('description' => __('* It is necessary to set the Theme options page.', 'biz-vektor')));
 }
예제 #2
0
 function __construct()
 {
     $widget_name = biz_vektor_get_short_name() . '_' . __('Recent Posts', 'biz-vektor');
     parent::__construct('bizvektor_post_list', $widget_name, array('description' => __('Displays a list of your most recent posts', 'biz-vektor')));
 }
예제 #3
0
 /** constructor */
 function __construct()
 {
     global $biz_vektor_options;
     $widget_name = biz_vektor_get_short_name() . '_' . sprintf(__('%s Yearly archives', 'biz-vektor'), $biz_vektor_options['infoLabelName']);
     parent::__construct('infoArchives', $widget_name, array('description' => sprintf(__('Yearly archives of %s', 'biz-vektor'), $biz_vektor_options['infoLabelName'])));
 }