Пример #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
 /**
  * @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
 /**
  * @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
 /**
  * @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'] = '';
 }