Uses
Uses | Description |
---|---|
wp-admin/includes/privacy-tools.php: _wp_privacy_resend_request() | Resend an existing request and return the result. |
wp-admin/includes/template.php: add_settings_error() | Register a settings error to be displayed to the user. |
wp-includes/l10n.php: _n() | Translates and retrieves the singular or plural form based on the supplied number. |
wp-includes/formatting.php: wp_unslash() | Remove slashes from a string or array of strings. |
wp-includes/pluggable.php: check_admin_referer() | Ensures intent by verifying that a user was referred from another admin page with the correct security nonce. |
wp-includes/functions.php: wp_parse_id_list() | Clean up an array, comma- or space-separated list of IDs. |
wp-includes/post.php: wp_delete_post() | Trash or delete a post or page. |
wp-includes/load.php: is_wp_error() | Check whether variable is a WordPress Error. |