apply_filters ( 'jetpack_force_2fa_dependency_notice', bool $display_notice )

Filter if an admin notice is deplayed when Force 2FA is required, but SSO is not enabled.<p>Defaults to true.</p>

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

View in GitHub

Parameters

$display_notice

(bool) Whether to display the notice.


Changelog

Since: Jetpack 12.7


How to use this hook

See Using actions and filters to customize Jetpack.

Notes

Have a note to contribute?