Functions
-
functiondefault_password_nag_handler()
-
functiondefault_topic_count_scale()
Default topic count scaling for tag links.
-
functiondefault_topic_count_text()
Old callback for tag link tooltips.
-
functiondelete_all_user_settings()
Deletes the user settings of the current user.
-
functiondelete_blog_option()
Removes an option by name for a given blog ID. Prevents removal of protected WordPress options.
-
functiondelete_comment_meta()
Removes metadata matching criteria from a comment.
-
functiondelete_expired_transients()
Deletes all expired transients.
-
functiondelete_get_calendar_cache()
Purges the cached results of get_calendar.
-
functiondelete_meta()
Deletes post meta data by meta ID.
-
functiondelete_network_option()
Removes a network option by name.
-
functiondelete_option()
Removes an option by name. Prevents removal of protected WordPress options.
-
functiondelete_plugins()
Removes directory and files of a plugin for a list of plugins.
-
functiondelete_post_meta()
Deletes a post meta field for the given post ID.
-
functiondelete_post_meta_by_key()
Deletes everything from post meta matching the given meta key.
-
functiondelete_post_thumbnail()
Removes the thumbnail (featured image) from the given post.
-
functiondelete_site_meta()
Removes metadata matching criteria from a site.
-
functiondelete_site_meta_by_key()
Deletes everything from site meta matching meta key.
-
functiondelete_site_option()
Removes an option by name for the current network.
-
functiondelete_site_transient()
Deletes a site transient.
-
functiondelete_term_meta()
Removes metadata matching criteria from a term.
-
functiondelete_theme()
Removes a theme.
-
functiondelete_transient()
Deletes a transient.
-
functiondelete_usermeta()
Remove user meta data.
-
functiondelete_users_add_js()
-
functiondelete_user_meta()
Removes metadata matching criteria from a user.
-
functiondelete_user_option()
Deletes user option with global blog capability.
-
functiondelete_user_setting()
Deletes user interface settings.
-
functiondeslash()
Filters for content to remove unnecessary slashes.