and have control of your phone to log into your site. Upgrade to Premium now to enable this powerful feature.', 'wordfence') ?>

  • 'loginSec_requireAdminTwoFactor', 'enabledValue' => 1, 'disabledValue' => 0, 'value' => wfConfig::get('loginSec_requireAdminTwoFactor') ? 1 : 0, 'htmlTitle' => sprintf(__('Require Cellphone Sign-in for all Administrators
    Note: This setting requires at least one administrator to have Cellphone Sign-in enabled. On multisite, this option applies only to super admins.', 'wordfence'), esc_url($helpLink)), ))->render(); ?>
  • 0; echo wfView::create('options/option-toggled', array( 'optionName' => 'loginSec_enableSeparateTwoFactor', 'enabledValue' => 1, 'disabledValue' => 0, 'value' => wfConfig::get('loginSec_enableSeparateTwoFactor') ? 1 : 0, 'htmlTitle' => sprintf(__('Enable Separate Prompt for Two-Factor Code
    Note: This setting changes the behavior for obtaining the two-factor authentication code from using the password field to showing a separate prompt. If your theme overrides the default login page, you may not be able to use this option.', 'wordfence'), $helpLink) . ($allowSeparatePrompt ? '' : __('
    This setting will be ignored because the PHP configuration option output_buffering is off.', 'wordfence')), ))->render(); ?>