Outputs the Javascript to handle the form shaking.
login_footer
Outputs the footer for the login page.
login_header
Output the login page header.
wp_is_mobile
Test if the current browser runs on a mobile device (smart phone, tablet, etc.)
Advertisement
wp_get_user_request
Return the user request object for the specified request ID.
wp_validate_user_request_key
Validate a user request by comparing the key with the request’s key.
wp_generate_user_request_key
Returns a confirmation key for a user action and stores the hashed version for future comparison.
wp_send_user_request
Send a confirmation request email to confirm an action.
Advertisement
wp_user_request_action_description
Get action description from the name and return a string.
wp_create_user_request
Create and log a user request to perform a specific action.
_wp_privacy_account_request_confirmed_message
Return request confirmation message HTML.
_wp_privacy_send_erasure_fulfillment_notification
Notify the user when their erasure request is fulfilled.
Advertisement
_wp_privacy_send_request_confirmation_notification
Notify the site administrator via email when a request is confirmed.
_wp_privacy_account_request_confirmed
Update log when privacy request is confirmed.
wp_user_personal_data_exporter
Finds and exports personal data associated with an email address from the user and user_meta table.