1,025 results found for “posts”. Showing results 976 to 1,000.
-
functionpost_type_supports()
Checks a post type’s support for a given feature.
-
functionadd_post_meta()
Adds a meta field to the given post.
-
functiondelete_post_meta_by_key()
Deletes everything from post meta matching the given meta key.
-
functionget_post_custom_keys()
Retrieves meta field names for a post.
-
functionget_post_custom_values()
Retrieves values for a custom post field.
-
functionis_sticky()
Determines whether a post is sticky.
-
functionsanitize_post()
Sanitizes every post field.
-
functionsanitize_post_field()
Sanitizes a post field based on context.
-
hookedit_{$field}
Filters the value of a specific post field to edit.
-
Filters the value of a specific post field to edit.
-
hookpre_{$field}
Filters the value of a specific post field before saving.
-
Filters the value of a specific field before saving.
-
hook{$field}_pre
Filters the value of a specific post field before saving.
-
hook{$field}
Filters the value of a specific post field for display.
-
functionstick_post()
Makes a post sticky.
-
functionunstick_post()
Un-sticks a post.
-
functionwp_count_posts()
Counts number of posts of a post type and if user has permissions to view.
-
functionwp_count_attachments()
Counts number of attachments for the mime type(s).
-
functionget_post_mime_types()
Gets default post mime types.
-
hookpost_mime_types
Filters the default list of post mime types.
-
functionwp_delete_post()
Trashes or deletes a post or page.
-
Fires before a post is deleted, at the start of wp_delete_post().
-
hookdelete_post
Fires immediately before a post is deleted from the database.
-
hookdeleted_post
Fires immediately after a post is deleted from the database.
-
Fires after a post is deleted, at the conclusion of wp_delete_post().