예제 #1
0
 /**
  * @see CPAC_Column::init()
  * @since 2.2.1
  */
 public function init()
 {
     parent::init();
     // Properties
     $this->properties['type'] = 'column-file_size';
     $this->properties['label'] = __('File size', 'codepress-admin-columns');
 }
예제 #2
0
 /**
  * @see CPAC_Column::init()
  * @since 2.2.1
  */
 public function init()
 {
     parent::init();
     // Properties
     $this->properties['type'] = 'column-full_path';
     $this->properties['label'] = __('Full path', 'cpac');
 }
예제 #3
0
 /**
  * @see CPAC_Column::init()
  * @since 2.2.1
  */
 public function init()
 {
     parent::init();
     // Properties
     $this->properties['type'] = 'column-post_formats';
     $this->properties['label'] = __('Post Format', 'codepress-admin-columns');
 }
예제 #4
0
 /**
  * @see CPAC_Column::init()
  * @since 2.2.1
  */
 public function init()
 {
     parent::init();
     // Properties
     $this->properties['type'] = 'column-first_name';
     $this->properties['label'] = __('First name', 'cpac');
 }
예제 #5
0
 /**
  * @see CPAC_Column::init()
  * @since 2.2.1
  */
 public function init()
 {
     parent::init();
     // Properties
     $this->properties['type'] = 'column-author_url';
     $this->properties['label'] = __('Author url', 'codepress-admin-columns');
 }
예제 #6
0
 /**
  * @see CPAC_Column::init()
  * @since 2.2.1
  */
 public function init()
 {
     parent::init();
     // Properties
     $this->properties['type'] = 'column-comment_id';
     $this->properties['label'] = __('ID', 'cpac');
 }
예제 #7
0
 /**
  * @see CPAC_Column::init()
  * @since 2.2.1
  */
 public function init()
 {
     parent::init();
     // Properties
     $this->properties['type'] = 'column-rich_editing';
     $this->properties['label'] = __('Visual Editor', 'codepress-admin-columns');
 }
예제 #8
0
 /**
  * @see CPAC_Column::init()
  * @since 2.2.1
  */
 public function init()
 {
     parent::init();
     // Properties
     $this->properties['type'] = 'column-description';
     $this->properties['label'] = __('Description', 'codepress-admin-columns');
 }
예제 #9
0
 /**
  * @see CPAC_Column::init()
  * @since 2.2.1
  */
 public function init()
 {
     parent::init();
     // Properties
     $this->properties['type'] = 'column-status';
     $this->properties['label'] = __('Status', 'cpac');
 }
예제 #10
0
 /**
  * @see CPAC_Column::init()
  * @since 2.2.1
  */
 public function init()
 {
     parent::init();
     // Properties
     $this->properties['type'] = 'column-user_commentcount';
     $this->properties['label'] = __('Comment Count');
 }
예제 #11
0
 /**
  * @see CPAC_Column::init()
  * @since 2.3.3
  */
 public function init()
 {
     parent::init();
     $this->properties['type'] = 'column-estimated_reading_time';
     $this->properties['label'] = __('Estimated Reading Time', 'codepress-admin-columns');
     $this->options['words_per_minute'] = 200;
 }
예제 #12
0
파일: url.php 프로젝트: catlrlsn/CATLR
 /**
  * @see CPAC_Column::init()
  * @since 2.2.1
  */
 public function init()
 {
     parent::init();
     // Properties
     $this->properties['type'] = 'column-user_url';
     $this->properties['label'] = __('Url', 'cpac');
 }
예제 #13
0
 /**
  * @see CPAC_Column::init()
  * @since 2.2.1
  */
 public function init()
 {
     parent::init();
     // Properties
     $this->properties['type'] = 'column-page_template';
     $this->properties['label'] = __('Page Template', 'cpac');
 }
예제 #14
0
 /**
  * @see CPAC_Column::init()
  * @since 2.2.1
  */
 public function init()
 {
     parent::init();
     // Properties
     $this->properties['type'] = 'column-last_name';
     $this->properties['label'] = __('Last name', 'codepress-admin-columns');
 }
예제 #15
0
 /**
  * @see CPAC_Column::init()
  * @since 2.2.1
  */
 public function init()
 {
     parent::init();
     $this->properties['type'] = 'column-parent';
     $this->properties['label'] = __('Parent', 'codepress-admin-columns');
     $this->properties['object_property'] = 'post_parent';
 }
예제 #16
0
 /**
  * @see CPAC_Column::init()
  * @since 2.3.4
  */
 public function init()
 {
     parent::init();
     // Properties
     $this->properties['type'] = 'column-shortcode';
     $this->properties['label'] = __('Shortcodes', 'codepress-admin-columns');
 }
예제 #17
0
 /**
  * @see CPAC_Column::init()
  * @since 2.2.1
  */
 public function init()
 {
     parent::init();
     // Properties
     $this->properties['type'] = 'column-word_count';
     $this->properties['label'] = __('Word count', 'codepress-admin-columns');
 }
예제 #18
0
 /**
  * @see CPAC_Column::init()
  * @since 2.2.1
  */
 public function init()
 {
     parent::init();
     // Properties
     $this->properties['type'] = 'column-approved';
     $this->properties['label'] = __('Approved', 'cpac');
 }
예제 #19
0
 /**
  * @see CPAC_Column::init()
  * @since 2.2.1
  */
 public function init()
 {
     parent::init();
     // Properties
     $this->properties['type'] = 'column-attached_to';
     $this->properties['label'] = __('Attached to post', 'codepress-admin-columns');
 }
예제 #20
0
파일: order.php 프로젝트: venturepact/blog
 /**
  * @see CPAC_Column::init()
  * @since 2.2.1
  */
 public function init()
 {
     parent::init();
     // Properties
     $this->properties['type'] = 'column-order';
     $this->properties['label'] = __('Page Order', 'cpac');
 }
예제 #21
0
 /**
  * @see CPAC_Column::init()
  * @since 2.2.1
  */
 public function init()
 {
     parent::init();
     // Properties
     $this->properties['type'] = 'column-reply_to';
     $this->properties['label'] = __('In Reply To', 'codepress-admin-columns');
 }
예제 #22
0
 /**
  * @see CPAC_Column::init()
  * @since 2.2.1
  */
 public function init()
 {
     parent::init();
     $this->properties['type'] = 'column-ping_status';
     $this->properties['label'] = __('Ping Status', 'codepress-admin-columns');
     $this->properties['object_property'] = 'ping_status';
 }
예제 #23
0
 /**
  * @see CPAC_Column::init()
  * @since 2.2.1
  */
 public function init()
 {
     parent::init();
     // Properties
     $this->properties['type'] = 'column-date_gmt';
     $this->properties['label'] = __('Date GMT', 'cpac');
 }
예제 #24
0
 /**
  * @see CPAC_Column::init()
  * @since 2.2.4
  */
 public function init()
 {
     parent::init();
     // Properties
     $this->properties['type'] = 'column-title_raw';
     $this->properties['label'] = __('Title without actions', 'codepress-admin-columns');
 }
예제 #25
0
 /**
  * @see CPAC_Column::init()
  * @since 2.2.1
  */
 public function init()
 {
     parent::init();
     // Properties
     $this->properties['type'] = 'column-caption';
     $this->properties['label'] = __('Caption', 'cpac');
 }
예제 #26
0
 /**
  * @see CPAC_Column::init()
  * @since 2.2.1
  */
 public function init()
 {
     parent::init();
     $this->properties['type'] = 'column-user_description';
     $this->properties['label'] = __('Description', 'codepress-admin-columns');
     $this->options['excerpt_length'] = 30;
 }
예제 #27
0
파일: target.php 프로젝트: catlrlsn/CATLR
 /**
  * @see CPAC_Column::init()
  * @since 2.2.1
  */
 public function init()
 {
     parent::init();
     // Properties
     $this->properties['type'] = 'column-target';
     $this->properties['label'] = __('Target', 'cpac');
 }
예제 #28
0
 /**
  * @see CPAC_Column::init()
  * @since 2.2.1
  */
 public function init()
 {
     parent::init();
     // Properties
     $this->properties['type'] = 'column-author_ip';
     $this->properties['label'] = __('Author IP', 'cpac');
 }
예제 #29
0
 /**
  * @see CPAC_Column::init()
  * @since 2.2.1
  */
 public function init()
 {
     parent::init();
     // Properties
     $this->properties['type'] = 'column-mediaid';
     $this->properties['label'] = __('ID', 'codepress-admin-columns');
 }
예제 #30
0
 public function init()
 {
     parent::init();
     $this->properties['type'] = 'column-modified';
     $this->properties['label'] = __('Last modified', 'codepress-admin-columns');
     $this->options['date_format'] = '';
 }