New and updated in 2.0.0
-
functionremove_role()
Removes a role, if it exists.
-
classWP_Roles
Core class used to implement a user roles API.
-
functionmap_meta_cap()
Maps a capability to the primitive capabilities required of the given user to satisfy the capability being checked.
-
methodWP_Object_Cache::flush()
Clears the object cache of all data.
-
methodWP_Object_Cache::get()
Retrieves the cache contents, if it exists.
-
Replaces the contents in the cache, if contents already exist.
-
methodWP_Object_Cache::set()
Sets the data contents into the cache.
-
methodWP_Object_Cache::stats()
Echoes the stats of the caching.
-
Removes the contents of the cache key in the group.
-
functionwp_cache_add()
Adds data to the cache, if the cache key doesn’t already exist.
-
functionwp_cache_close()
Closes the cache.
-
functionwp_cache_delete()
Removes the cache contents matching key and group.
-
functionwp_cache_flush()
Removes all cache items.
-
functionwp_cache_get()
Retrieves the cache contents from the cache by key and group.
-
functionwp_cache_init()
Sets up Object Cache Global and assigns it.
-
functionwp_cache_replace()
Replaces the contents of the cache with new data.
-
functionwp_cache_set()
Saves the data to the cache.
-
classWP_Object_Cache
Core class that implements an object cache.
-
methodWP_Object_Cache::add()
Adds data to the cache if it doesn’t already exist.
-
hookrichedit_pre
Filters text returned for the rich text editor.
-
functionwp_richedit_pre()
Formats text for the rich text editor.
-
functionstripslashes_deep()
Navigates through an array, object, or scalar, and removes slashes from the values.
-
functionsanitize_user()
Sanitizes a username, stripping out unsafe characters.
-
functionwp_new_user_notification()
Emails login credentials to a newly-registered user.
-
functionis_user_logged_in()
Determines whether the current visitor is a logged in user.
-
hookrdf_ns
Fires at the end of the feed root to add namespaces.
-
hookrdf_header
Fires at the end of the RDF feed header.
-
hookrdf_item
Fires at the end of each RDF feed item.
-
functionuser_can_richedit()
Determines whether the user can access the visual editor.
-
functionrsd_link()
Displays the link to the Really Simple Discovery service endpoint.