154 results found for “post meta”. Showing results 1 to 25.
-
functionadd_post_meta()
Adds a meta field to the given post.
-
functionget_post_meta()
Retrieves a post meta field for the given post ID.
-
functiondelete_post_meta()
Deletes a post meta field for the given post ID.
-
functionupdate_post_meta()
Updates a post meta field based on the given post ID.
-
functionregister_post_meta()
Registers a meta key for posts.
-
function_wp_copy_post_meta()
Copy post meta for the given key from one post to another.
-
functionget_post_meta_by_id()
Returns post meta data by meta ID.
-
functionunregister_post_meta()
Unregisters a meta key for posts.
-
functiondelete_post_meta_by_key()
Deletes everything from post meta matching the given meta key.
-
Filters whether the user is allowed to add post meta to a post.
-
functionwp_create_initial_post_meta()
Registers any additional post meta fields.
-
function_wp_filter_post_meta_footnotes()
Strips all HTML from the content of footnotes, and sanitizes the ID.