Changeset 50065 for trunk/src/wp-includes/default-filters.php
- Timestamp:
- 01/29/2021 12:05:20 AM (4 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/default-filters.php
r49992 r50065 281 281 add_action( 'auth_cookie_valid', 'rest_cookie_collect_status' ); 282 282 add_action( 'application_password_failed_authentication', 'rest_application_password_collect_status' ); 283 add_action( 'application_password_did_authenticate', 'rest_application_password_collect_status' );283 add_action( 'application_password_did_authenticate', 'rest_application_password_collect_status', 10, 2 ); 284 284 add_filter( 'rest_authentication_errors', 'rest_application_password_check_errors', 90 ); 285 285 add_filter( 'rest_authentication_errors', 'rest_cookie_check_errors', 100 );
Note: See TracChangeset
for help on using the changeset viewer.