apply_filters ( 'jetpack_force_2fa_login_error_message', string $message )

Filter the login error message.<p>Defaults to a message that explains the user must use a WordPress.com account with 2FA enabled.</p>

Source file: modules/sso/class-jetpack-force-2fa.php

View in GitHub

Parameters

$message

(string) The login error message.


Changelog

Since: Jetpack 12.7


How to use this hook

See Using actions and filters to customize Jetpack.

Notes

Have a note to contribute?