コード例 #1
0
ファイル: file-size.php プロジェクト: xeiter/timeplannr
 /**
  * @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
ファイル: full-path.php プロジェクト: GaryJones/m2xdemo
 /**
  * @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
ファイル: formats.php プロジェクト: OneTimeUser/retailwire
 /**
  * @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
ファイル: first-name.php プロジェクト: catlrlsn/CATLR
 /**
  * @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
ファイル: author-url.php プロジェクト: OneTimeUser/retailwire
 /**
  * @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
ファイル: ID.php プロジェクト: erkmen/wpstartersetup
 /**
  * @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
ファイル: status.php プロジェクト: Clear-Space/meritq
 /**
  * @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
ファイル: page-template.php プロジェクト: spgandhi/daiict-hmc
 /**
  * @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
ファイル: last-name.php プロジェクト: OneTimeUser/retailwire
 /**
  * @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
ファイル: word-count.php プロジェクト: OneTimeUser/retailwire
 /**
  * @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
ファイル: approved.php プロジェクト: erkmen/wpstartersetup
 /**
  * @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
ファイル: reply-to.php プロジェクト: OneTimeUser/retailwire
 /**
  * @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
ファイル: ping-status.php プロジェクト: xeiter/timeplannr
 /**
  * @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
ファイル: date-gmt.php プロジェクト: spgandhi/daiict-hmc
 /**
  * @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
ファイル: title-raw.php プロジェクト: xeiter/timeplannr
 /**
  * @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
ファイル: caption.php プロジェクト: erkmen/wpstartersetup
 /**
  * @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
ファイル: author-ip.php プロジェクト: catlrlsn/CATLR
 /**
  * @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
ファイル: ID.php プロジェクト: OneTimeUser/retailwire
 /**
  * @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
ファイル: modified.php プロジェクト: xeiter/timeplannr
 public function init()
 {
     parent::init();
     $this->properties['type'] = 'column-modified';
     $this->properties['label'] = __('Last modified', 'codepress-admin-columns');
     $this->options['date_format'] = '';
 }