jetpack_connection_account_errors

jetpack_connection_account_errors

Hook Type: filter

See hook in core

Displaying hooks found in version: woocommerce.10.1.2

apply_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