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_request_confirmed_email_headers | Filters the headers of the user request confirmation email. |
wp-includes/user.php: wp_user_request_action_description() | Get action description from the name and return a string. |
wp-includes/user.php: user_request_confirmed_email_to | Filters the recipient of the data request confirmation notification. |
wp-includes/user.php: user_confirmed_action_email_content | Filters the body of the data erasure fulfillment notification. |
wp-includes/user.php: user_request_confirmed_email_subject | Filters the subject of the user request confirmation email. |
wp-includes/l10n.php: __() | Retrieve the translation of $text. |
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: admin_url() | Retrieves the URL to the admin area for the current site. |
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_site_option() | Retrieve an option value for the current network based on name of option. |
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. |