Get a sample permalink based off of the post name.
postbox_classes
Returns the list of classes to be used by a meta box.
wp_edit_attachments_query
Executes a query for attachments. An array of WP_Query arguments can be passed in, which will override the arguments set by this function.
wp_edit_attachments_query_vars
Get the query variables for the current attachments request.
Advertisement
wp_edit_posts_query
Run the wp query to fetch the posts for listing on the edit posts page
get_available_post_statuses
Get all the possible statuses for a post_type
_fix_attachment_links
Replace hrefs of attachment anchors with up-to-date permalinks.
update_meta
Update post meta data by meta ID.
Advertisement
has_meta
Get meta data for the given post ID.
get_post_meta_by_id
Get post meta data by meta ID.
get_meta_keys
Get a list of previously defined keys.
delete_meta
Delete post meta data by meta ID.
Advertisement
add_meta
Add post meta data defined in $_POST superglobal for post with given ID.
write_post
Calls wp_write_post() and handles the errors.
wp_write_post
Creates a new post from the “Write Post” form using $_POST information.