[ Index ]

PHP Cross Reference of WordPress

title

Body

[close]

/wp-includes/ -> class-wp-post-type.php (summary)

Post API: WP_Post_Type class

File Size: 881 lines (26 kb)
Included or required:0 times
Referenced: 0 times
Includes or requires: 0 files

Defines 15 functions

  __construct()
  set_props()
  add_supports()
  add_rewrite_rules()
  register_meta_boxes()
  add_hooks()
  register_taxonomies()
  remove_supports()
  remove_rewrite_rules()
  unregister_meta_boxes()
  unregister_taxonomies()
  remove_hooks()
  get_rest_controller()
  get_default_labels()
  reset_default_labels()

Functions
Functions that are not part of a class:

__construct( $post_type, $args = array()   X-Ref
Constructor.

See the register_post_type() function for accepted arguments for `$args`.

Will populate object properties from the provided arguments and assign other
default properties based on that information.

since: 4.6.0
param: string       $post_type Post type key.
param: array|string $args      Optional. Array or string of arguments for registering a post type.

set_props( $args )   X-Ref
Sets post type properties.

See the register_post_type() function for accepted arguments for `$args`.

since: 4.6.0
param: array|string $args Array or string of arguments for registering a post type.

add_supports()   X-Ref
Sets the features support for the post type.

since: 4.6.0

add_rewrite_rules()   X-Ref
Adds the necessary rewrite rules for the post type.

since: 4.6.0

register_meta_boxes()   X-Ref
Registers the post type meta box if a custom callback was specified.

since: 4.6.0

add_hooks()   X-Ref
Adds the future post hook action for the post type.

since: 4.6.0

register_taxonomies()   X-Ref
Registers the taxonomies for the post type.

since: 4.6.0

remove_supports()   X-Ref
Removes the features support for the post type.

since: 4.6.0

remove_rewrite_rules()   X-Ref
Removes any rewrite rules, permastructs, and rules for the post type.

since: 4.6.0

unregister_meta_boxes()   X-Ref
Unregisters the post type meta box if a custom callback was specified.

since: 4.6.0

unregister_taxonomies()   X-Ref
Removes the post type from all taxonomies.

since: 4.6.0

remove_hooks()   X-Ref
Removes the future post hook action for the post type.

since: 4.6.0

get_rest_controller()   X-Ref
Gets the REST API controller for this post type.

Will only instantiate the controller class once per request.

since: 5.3.0
return: WP_REST_Controller|null The controller instance, or null if the post type

get_default_labels()   X-Ref
Returns the default labels for post types.

since: 6.0.0
return: (string|null)[][] The default labels for post types.

reset_default_labels()   X-Ref
Resets the cache for the default labels.

since: 6.0.0



Generated: Tue Mar 19 01:00:02 2024 Cross-referenced by PHPXref 0.7.1