Adds an array of options to the list of allowed options.
remove_allowed_options
Removes a list of options from the allowed options list.
uninstall_{$file}
Fires in uninstall_plugin() once the plugin has been uninstalled.
pre_uninstall_plugin
Fires in uninstall_plugin() immediately before the plugin is uninstalled.
Advertisement
deleted_plugin
Fires immediately after a plugin deletion attempt.
delete_plugin
Fires immediately before a plugin deletion attempt.
deactivated_plugin
Fires after a plugin is deactivated.
deactivate_{$plugin}
Fires as a specific plugin is being deactivated.
Advertisement
activated_plugin
Fires after a plugin has been activated.
plugin_files_exclusions
Filters the array of excluded directories and files while scanning the folder.
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.