New and updated in 3.7.0
-
functionget_core_checksums()
Gets and caches the checksums for the given version of WordPress.
-
functionwp_clean_plugins_cache()
Clears the plugins cache used by get_plugins() and by default, the plugin updates cache.
-
Filters API request arguments for each Add Plugins screen tab.
Used by 1 function | Uses 0 functions | Source: wp-admin/includes/class-wp-plugin-install-list-table.php:236 -
Filters the audio and video metadata fields to be shown in the publish meta box.
-
Filters the audio attachment metadata fields to be shown in the publish meta box.
-
Filters the arguments passed to WP_Query during an Ajax call for querying attachments.
-
functionverify_file_md5()
Calculates and compares the MD5 of a file to its expected value.
-
Fires inside the adduser form tag.
-
hookuser_new_form
Fires at the end of the new user form.
-
functionlist_translation_updates()
Display the update translations form.
-
hookedit_form_top
Fires at the beginning of the edit form.
-
hookenter_title_here
Filters the title field placeholder text.
-
hookuser_has_cap
Dynamically filter a user’s capabilities.
-
functionwp_get_installed_translations()
Gets installed translations.
-
functionwp_get_pomo_file_data()
Extracts headers from a PO file.
-
Filters the list of recipients for comment moderation emails.
-
Filters the list of email addresses to receive a comment notification.
-
After looping through a nested query, this function restores the $post global to the current post in this query.
-
Filters the ORDER BY used when ordering search results.
-
hookparse_tax_query
Fires after taxonomy-related query vars have been parsed.
-
methodWP_Query::parse_search()
Generates SQL for the WHERE clause based on passed search terms.
-
Checks if the terms are suitable for searching.
-
Retrieves stopwords used when parsing search terms.
-
Filters stopwords used when parsing search terms.
-
Generates SQL for the ORDER BY condition based on passed search terms.
-
functionwp_using_ext_object_cache()
Toggles `$_wp_using_ext_object_cache` on and off without directly touching global.
-
methodWP_Http_Streams::test()
Determines whether this class can be used for retrieving a URL.