jetpack_connection_account_errors, $errors, $current_user_email, $wpcom_user_email
jetpack_connection_account_errors, $errors, $current_user_email, $wpcom_user_email
Appears in: jetpack.16.0.1
Hook Type: filter
Displaying hooks found in version: jetpack.16.0.1apply_filters('jetpack_connection_account_errors, $errors, $current_user_email, $wpcom_user_email') is found 1 times:
- /jetpack_vendor/automattic/jetpack-connection/src/class-user-account-status.php line 50
* @param array $errors The array of account errors. * @param string $current_user_email The email of the current WordPress user. * @param string $wpcom_user_email The email of the connected WordPress.com account. */ return apply_filters( 'jetpack_connection_account_errors', $errors, $current_user_email, $wpcom_user_email ); } /** * Check if there is a possible account mismatch between the local user and WPCOM account. * * @since 6.11.0