Home
last modified time | relevance | path

Searched defs:post_type (Results 1 – 25 of 220) sorted by relevance

123456789

/dports/chinese/wordpress-zh_TW/wordpress/wp-includes/sitemaps/providers/
H A Dclass-wp-sitemaps-posts.php61 public function get_url_list( $page_num, $post_type = '' ) {
149 public function get_max_num_pages( $post_type = '' ) {
189 protected function get_posts_query_args( $post_type ) {
/dports/chinese/wordpress-zh_CN/wordpress/wp-includes/sitemaps/providers/
H A Dclass-wp-sitemaps-posts.php61 public function get_url_list( $page_num, $post_type = '' ) {
149 public function get_max_num_pages( $post_type = '' ) {
189 protected function get_posts_query_args( $post_type ) {
/dports/chinese/wordpress-zh_TW/wordpress/wp-includes/rest-api/fields/
H A Dclass-wp-rest-post-meta-fields.php25 protected $post_type; variable in WP_REST_Post_Meta_Fields
34 public function __construct( $post_type ) {
/dports/chinese/wordpress-zh_CN/wordpress/wp-includes/rest-api/fields/
H A Dclass-wp-rest-post-meta-fields.php25 protected $post_type; variable in WP_REST_Post_Meta_Fields
34 public function __construct( $post_type ) {
/dports/chinese/wordpress-zh_TW/wordpress/wp-includes/
H A Dpost.php1258 function is_post_type_hierarchical( $post_type ) {
1281 function post_type_exists( $post_type ) {
1315 function get_post_type_object( $post_type ) {
1505 function register_post_type( $post_type, $args = array() ) {
1556 function unregister_post_type( $post_type ) {
1988 function remove_post_type_support( $post_type, $feature ) {
2004 function get_all_post_type_supports( $post_type ) {
2025 function post_type_supports( $post_type, $feature ) {
2091 function is_post_type_viewable( $post_type ) {
2379 function unregister_post_meta( $post_type, $meta_key ) {
[all …]
H A Dtheme-templates.php16 …_filter_wp_template_unique_post_slug( $override_slug, $slug, $post_ID, $post_status, $post_type ) {
/dports/chinese/wordpress-zh_CN/wordpress/wp-includes/
H A Dpost.php1258 function is_post_type_hierarchical( $post_type ) {
1281 function post_type_exists( $post_type ) {
1315 function get_post_type_object( $post_type ) {
1505 function register_post_type( $post_type, $args = array() ) {
1556 function unregister_post_type( $post_type ) {
1988 function remove_post_type_support( $post_type, $feature ) {
2004 function get_all_post_type_supports( $post_type ) {
2025 function post_type_supports( $post_type, $feature ) {
2091 function is_post_type_viewable( $post_type ) {
2379 function unregister_post_meta( $post_type, $meta_key ) {
[all …]
H A Dtheme-templates.php16 …_filter_wp_template_unique_post_slug( $override_slug, $slug, $post_ID, $post_status, $post_type ) {
/dports/chinese/wordpress-zh_CN/wordpress/wp-admin/
H A Dpost-new.php20 $post_type = 'post'; variable
22 $post_type = $_GET['post_type']; variable
H A Dterm.php48 $post_type = get_current_screen()->post_type; variable
52 $post_type = reset( $tax->object_type ); variable
H A Dpost.php42 $post_type = $post->post_type; variable
153 $post_type = $post->post_type; variable
H A Dexport.php137 function export_date_options( $post_type = 'post' ) {
/dports/chinese/wordpress-zh_TW/wordpress/wp-admin/
H A Dpost-new.php20 $post_type = 'post'; variable
22 $post_type = $_GET['post_type']; variable
H A Dterm.php48 $post_type = get_current_screen()->post_type; variable
52 $post_type = reset( $tax->object_type ); variable
H A Dpost.php42 $post_type = $post->post_type; variable
153 $post_type = $post->post_type; variable
H A Dexport.php137 function export_date_options( $post_type = 'post' ) {
/dports/chinese/wordpress-zh_TW/wordpress/wp-includes/rest-api/endpoints/
H A Dclass-wp-rest-posts-controller.php24 protected $post_type; variable in WP_REST_Posts_Controller
49 public function __construct( $post_type ) {
1369 protected function handle_status_param( $post_status, $post_type ) {
1561 protected function check_is_post_type_allowed( $post_type ) {
H A Dclass-wp-rest-templates-controller.php25 protected $post_type; variable in WP_REST_Templates_Controller
34 public function __construct( $post_type ) {
/dports/chinese/wordpress-zh_CN/wordpress/wp-includes/rest-api/endpoints/
H A Dclass-wp-rest-posts-controller.php24 protected $post_type; variable in WP_REST_Posts_Controller
49 public function __construct( $post_type ) {
1369 protected function handle_status_param( $post_status, $post_type ) {
1561 protected function check_is_post_type_allowed( $post_type ) {
H A Dclass-wp-rest-templates-controller.php25 protected $post_type; variable in WP_REST_Templates_Controller
34 public function __construct( $post_type ) {
/dports/chinese/wordpress-zh_CN/wordpress/wp-admin/includes/
H A Dclass-wp-privacy-data-export-requests-list-table.php36 protected $post_type = 'user_request'; variable in WP_Privacy_Data_Export_Requests_List_Table
H A Dclass-wp-privacy-data-removal-requests-list-table.php36 protected $post_type = 'user_request'; variable in WP_Privacy_Data_Removal_Requests_List_Table
/dports/chinese/wordpress-zh_TW/wordpress/wp-admin/includes/
H A Dclass-wp-privacy-data-export-requests-list-table.php36 protected $post_type = 'user_request'; variable in WP_Privacy_Data_Export_Requests_List_Table
H A Dclass-wp-privacy-data-removal-requests-list-table.php36 protected $post_type = 'user_request'; variable in WP_Privacy_Data_Removal_Requests_List_Table
/dports/www/mybb/mybb-mybb_1829/inc/
H A Dfunctions_post.php18 function build_postbit($post, $post_type=0)

123456789