Uses
Uses | Description |
---|---|
wp-includes/error-protection.php: wp_paused_plugins() | Get the instance for storing paused plugins. |
wp-admin/includes/plugin.php: plugin_sandbox_scrape() | Load a given plugin attempt to generate errors. |
wp-includes/l10n.php: __() | Retrieve the translation of $text. |
wp-includes/pluggable.php: wp_create_nonce() | Creates a cryptographic token tied to a specific action, user, user session, and window of time. |
wp-includes/pluggable.php: wp_redirect() | Redirects to another page. |
wp-includes/functions.php: add_query_arg() | Retrieves a modified URL query string. |
wp-includes/class-wp-error.php: WP_Error::__construct() | Initialize the error. |