Exemplo n.º 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');
 }
Exemplo n.º 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');
 }
Exemplo n.º 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');
 }
Exemplo n.º 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');
 }
Exemplo n.º 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');
 }
Exemplo n.º 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');
 }
Exemplo n.º 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');
 }
Exemplo n.º 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');
 }
Exemplo n.º 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');
 }
Exemplo n.º 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');
 }
Exemplo n.º 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;
 }
Exemplo n.º 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');
 }
Exemplo n.º 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');
 }
Exemplo n.º 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');
 }
Exemplo n.º 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';
 }
Exemplo n.º 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');
 }
Exemplo n.º 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');
 }
Exemplo n.º 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');
 }
Exemplo n.º 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');
 }
Exemplo n.º 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');
 }
Exemplo n.º 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');
 }
Exemplo n.º 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';
 }
Exemplo n.º 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');
 }
Exemplo n.º 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');
 }
Exemplo n.º 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');
 }
Exemplo n.º 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;
 }
Exemplo n.º 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');
 }
Exemplo n.º 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');
 }
Exemplo n.º 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');
 }
Exemplo n.º 30
0
 public function init()
 {
     parent::init();
     $this->properties['type'] = 'column-modified';
     $this->properties['label'] = __('Last modified', 'codepress-admin-columns');
     $this->options['date_format'] = '';
 }