Uses
Uses | Description |
---|---|
wp-includes/user.php: wp_get_user_request() | Return the user request object for the specified request ID. |
wp-admin/includes/privacy-tools.php: wp_privacy_personal_data_email_headers | Filters the headers of the email sent with a personal data export file. |
wp-admin/includes/privacy-tools.php: wp_privacy_personal_data_email_to | Filters the recipient of the personal data export email notification. |
wp-admin/includes/privacy-tools.php: wp_privacy_personal_data_email_subject | Filters the subject of the email sent when an export request is completed. |
wp-includes/functions.php: wp_privacy_export_expiration | Filters the lifetime, in seconds, of a personal data export file. |
wp-includes/functions.php: wp_privacy_exports_url() | Returns the URL of the directory used to store personal data export files. |
wp-admin/includes/privacy-tools.php: wp_privacy_personal_data_email_content | Filters the text of the email sent with a personal data export file. |
wp-includes/l10n.php: restore_previous_locale() | Restores the translations according to the previous locale. |
wp-includes/l10n.php: switch_to_locale() | Switches the translations according to the given locale. |
wp-includes/l10n.php: get_user_locale() | Retrieves the locale of a user. |
wp-includes/l10n.php: __() | Retrieve the translation of $text. |
wp-includes/l10n.php: get_locale() | Retrieves the current locale. |
wp-includes/formatting.php: esc_url_raw() | Performs esc_url() for database usage. |
wp-includes/formatting.php: wp_specialchars_decode() | Converts a number of HTML entities into their special characters. |
wp-includes/pluggable.php: wp_mail() | Sends an email, similar to PHP’s mail function. |
wp-includes/functions.php: date_i18n() | Retrieves the date in localized format, based on a sum of Unix timestamp and timezone offset in seconds. |
wp-includes/link-template.php: home_url() | Retrieves the URL for the current site where the front end is accessible. |
wp-includes/plugin.php: apply_filters() | Calls the callback functions that have been added to a filter hook. |
wp-includes/option.php: get_option() | Retrieves an option value based on an option name. |
wp-includes/post.php: get_post_meta() | Retrieves a post meta field for the given post ID. |
wp-includes/class-wp-error.php: WP_Error::__construct() | Initialize the error. |