=' ); } /** * Check PHP version. * * @since 0.1.0 * * @return bool True if PHP version is sufficient, false otherwise. */ public static function check_php_version(): bool { return version_compare( PHP_VERSION, self::MIN_PHP_VERSION, '>=' ); } /** * Display admin notice for missing Two Factor plugin. * * @since 0.1.0 */ public static function admin_notice_missing_two_factor(): void { ?>
: ' . esc_html__( 'Two Factor', 'two-factor-extended' ) . '' ); ?>
:
: