jetpack_connection_account_errors
jetpack_connection_account_errors
Appears in: jetpack.14.6, jetpack.14.7, jetpack.14.8, jetpack.14.9.1, jetpack.15.0, woocommerce.10.0.4, woocommerce.10.1.2
Hook Type: filter
Displaying hooks found in version: woocommerce.10.1.2apply_filters('jetpack_connection_account_errors') is found 1 times:
- /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