Determines if a post exists based on title, content, date and type.
get_default_post_to_edit
Default post information to use when populating the “Write Post” form.
bulk_edit_posts
Process the post data for the bulk editing of posts.
edit_post
Update an existing post with values provided in $_POST.
Advertisement
_wp_get_allowed_postdata
Returns only allowed post data fields
_wp_translate_postdata
Rename $_POST data from form names to DB post columns.
paused_plugins_notice
Renders an admin notice in case some plugins have been paused due to errors.
resume_plugin
Tries to resume a single plugin.
Advertisement
wp_get_plugin_error
Gets the error that was recorded for a paused plugin.
is_plugin_paused
Determines whether a plugin is technically active but was paused while loading.
wp_add_privacy_policy_content
Helper function for adding content to the Privacy Policy Guide.
plugin_sandbox_scrape
Load a given plugin attempt to generate errors.
Advertisement
wp_clean_plugins_cache
Clears the plugins cache used by get_plugins() and by default, the plugin updates cache.
settings_fields
Output nonce, action, and option_page fields for a settings page.
remove_option_whitelist
Removes a list of options from the options whitelist.