ClassicPress logo
Skip to content
Filter by type:

Browse:

  • Home
  • wp-includes/post.php
  • Page 20

add_post_meta()

Function: Adds a meta field to the given post.

Source: wp-includes/post.php:2185

Used by 0 functions | Uses 0 functions

delete_post_meta()

Function: Deletes a post meta field for the given post ID.

Source: wp-includes/post.php:2211

Used by 0 functions | Uses 0 functions

get_post_meta()

Function: Retrieves a post meta field for the given post ID.

Source: wp-includes/post.php:2237

Used by 0 functions | Uses 0 functions

remove_post_type_support()

Function: Removes support for a feature from a post type.

Source: wp-includes/post.php:1889

Used by 0 functions | Uses 0 functions

get_all_post_type_supports()

Function: Gets all the post type features

Source: wp-includes/post.php:1905

Used by 0 functions | Uses 0 functions

post_type_supports()

Function: Checks a post type’s support for a given feature.

Source: wp-includes/post.php:1926

Used by 0 functions | Uses 0 functions

get_post_types_by_support()

Function: Retrieves a list of post type names that support a specific feature.

Source: wp-includes/post.php:1946

Used by 0 functions | Uses 0 functions

set_post_type()

Function: Updates the post type for the post ID.

Source: wp-includes/post.php:1968

Used by 0 functions | Uses 0 functions

get_post_type_labels()

Function: Builds an object with all post type labels out of a post type object.

Source: wp-includes/post.php:1724

Used by 0 functions | Uses 0 functions

post_type_labels_{$post_type}

Filter Hook: Filters the labels of a specific post type.

Source: wp-includes/post.php:1753

Used by 0 functions | Uses 0 functions
« Previous 1 … 19 20 21 … 24 Next »
ClassicPress Documentation • Made with ClassicPress
Privacy Policy