1,025 results found for “posts”. Showing results 576 to 600.
-
function_draft_or_post_title()
Gets the post title.
-
Filters the default post display states used in the posts list table.
-
functionbulk_edit_posts()
Processes the post data for the bulk editing of posts.
-
functionget_default_post_to_edit()
Returns default post information to use when populating the “Write Post” form.
-
hookdefault_content
Filters the default post content initially used in the “Write Post” form.
-
hookdefault_title
Filters the default post title initially used in the “Write Post” form.
-
hookdefault_excerpt
Filters the default post excerpt initially used in the “Write Post” form.
-
functionwp_write_post()
Creates a new post from the “Write Post” form using `$_POST` information.
-
functionwp_edit_posts_query()
Runs the query to fetch the posts for listing on the edit posts page.
-
Filters the number of posts displayed per page when specifically listing “posts”.
-
functionwp_check_locked_posts()
Checks lock status for posts displayed on the Posts screen.
-
functionget_the_category()
Retrieves post categories.
-
functionget_tags()
Retrieves all post tags.
-
function_insert_into_post_button()
This was once used to display an ‘Insert into Post’ button.
-
functionget_editable_authors()
Gets author users who can edit posts.
-
functionget_editable_user_ids()
Gets the IDs of any users who can edit posts.
-
functionget_others_pending()
Retrieve pending review posts from other users.
-
Checks if the user can edit posts.
Used by 0 functions | Uses 1 function | Source: wp-admin/includes/class-wp-comments-list-table.php:77 -
Prepares post data for return in an XML-RPC object.
-
functionurl_to_postid()
Examines a URL and try to determine the post ID it represents.
-
hookurl_to_postid
Filters the URL to derive the post ID from.