Uses
Uses | Description |
---|---|
wp-includes/user.php: wp_get_user_request() | Return the user request object for the specified request ID. |
wp-includes/user.php: user_erasure_complete_email_headers | Filters the headers of the data erasure fulfillment notification. |
wp-includes/user.php: user_erasure_fulfillment_email_to | Filters the recipient of the data erasure fulfillment notification. |
wp-includes/user.php: user_erasure_complete_email_subject | Filters the subject of the email sent when an erasure request is completed. |
wp-includes/user.php: user_confirmed_action_email_content | Filters the body of the data erasure fulfillment notification. |
wp-includes/link-template.php: get_privacy_policy_url() | Retrieves the URL to the privacy policy page. |
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/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/post.php: update_post_meta() | Updates a post meta field based on the given post ID. |