ProShell v2.0
Dashboard
Server Info
Server: 158.106.128.192
PHP: 8.2.33
home
planet5
public_html
bansibaba.com
wp-includes
2026-09-12 12:56:40
Editing: Type.php
Cancel
Save Changes
<?php abstract class ET_Core_Post_Type extends ET_Core_Post_Object { /** * The `$args` array used when registering this post type. * * @since 3.0.99 * @var array */ protected $_args; /** * The name of the primary category-style taxonomy for this post type. * * @since 3.0.99 * @var string */ protected $_category_tax = ''; /** * The name of the primary tag-style taxonomy for this post type. * * @since 3.0.99 * @var string */ protected $_tag_tax = ''; /** * The WP Post Type object for this instance. * * @since 3.0.99 * @var WP_Post_Type */ protected $_wp_object; /** * Post type key. * * @since 3.0.99 * @var string */ public $name; /** * @inheritDoc */ public $wp_type = 'cpt'; /** * @return ET_Core_Post_Query */ public function query() { return new ET_Core_Post_Query( $this->name, $this->_category_tax, $this->_tag_tax ); } }
Upload Files
Cancel
Upload
Create New
Cancel
Create
Change Permissions
Cancel
Save
Change Date
Cancel
Save
Rename Item
Cancel
Save
Confirm Delete
Are you sure you want to delete the selected items?
Cancel
Delete