first commit

This commit is contained in:
Rachit Bhargava
2023-07-21 17:12:10 -04:00
parent d0fe47dde4
commit 5d0f0734d8
14003 changed files with 2829464 additions and 0 deletions

View File

@@ -0,0 +1,13 @@
<?php
if (!defined('WORDFENCE_LS_VERSION')) { exit; }
?>
<table id="wfls-grace-period-toggle-container" style="display: none">
<tr>
<th scope="row"><label for="wfls-grace-period-toggle"><?php esc_html_e('2FA Grace Period', 'wordfence-2fa') ?></label></th>
<td>
<input id="wfls-grace-period-toggle" name="wfls-grace-period-toggle" type="checkbox">
<label for="wfls-grace-period-toggle"><?php esc_html_e('Allow a grace period for this user prior to requiring Wordfence 2FA', 'wordfence-2fa') ?></label>
</td>
</tr>
</table>