108 results found for “post+meta”. Showing results 51 to 75.
-
functionupdate_attached_file()
Updates attachment file path based on attachment ID.
-
functionadd_post_meta()
Adds a meta field to the given post.
-
functiondelete_post_meta()
Deletes a post meta field for the given post ID.
-
functionget_post_meta()
Retrieves a post meta field for the given post ID.
-
functionupdate_post_meta()
Updates a post meta field based on the given post ID.
-
functiondelete_post_meta_by_key()
Deletes everything from post meta matching the given meta key.
-
functionget_post_custom()
Retrieves post meta fields, based on post ID.
-
functionget_post_custom_values()
Retrieves values for a custom post field.
-
Filters whether to selectively skip post meta used for WXR exports.
-
Filters whether the user is allowed to add post meta to a post.
-
functionget_attached_file()
Retrieves attached file path based on attachment ID.
-
functionwp_delete_post()
Trashes or deletes a post or page.
-
functionwp_delete_attachment()
Trashes or deletes an attachment.
-
functionwp_check_for_changed_slugs()
Checks for changed slugs for published post objects and save the old slug.
-
functionhas_meta()
Returns meta data for the given post ID.
-
functionwp_delete_user()
Delete user and optionally reassign posts and links to another user.
-
functioncurrent_user_can()
Returns whether the current user has the specified capability.
-
functionget_the_category_list()
Retrieves category list for a post in either HTML list or custom format.
-
function_wp_post_thumbnail_html()
Returns HTML for the post thumbnail meta box.
-
methodWP_User::has_cap()
Returns whether the user has the specified capability.