Used By
Used By | Description |
---|---|
wp-includes/class-wp-recovery-mode-cookie-service.php: WP_Recovery_Mode_Cookie_Service::validate_cookie() | Validates the recovery mode cookie. |
wp-includes/comment.php: wp_get_unapproved_comment_author_email() | Get unapproved comment author’s email. |
wp-includes/rest-api/endpoints/class-wp-rest-posts-controller.php: WP_REST_Posts_Controller::get_item_permissions_check() | Checks if a given request has access to read a post. |
wp-includes/rest-api/endpoints/class-wp-rest-posts-controller.php: WP_REST_Posts_Controller::can_access_password_content() | Checks if the user can access password-protected content. |
wp-includes/class-wp-customize-nav-menus.php: WP_Customize_Nav_Menus::render_nav_menu_partial() | Render a specific menu via wp_nav_menu() using the supplied arguments. |
wp-includes/pluggable.php: wp_verify_nonce() | Verifies that a correct security nonce was used with time limit. |
wp-includes/pluggable.php: wp_check_password() | Checks the plaintext password against the encrypted Password. |
wp-includes/pluggable.php: wp_validate_auth_cookie() | Validates authentication cookie. |
wp-includes/user.php: check_password_reset_key() | Retrieves a user row based on password reset key and login |
wp-includes/class-wp-customize-widgets.php: WP_Customize_Widgets::sanitize_widget_instance() | Sanitizes a widget instance. |