PluginProbe ʕ •ᴥ•ʔ
WP 2FA – Two-factor authentication for WordPress / 4.0.0
WP 2FA – Two-factor authentication for WordPress v4.0.0
4.0.0 1.7.1 2.0.0 2.0.1 2.1.0 2.2.0 2.2.1 2.3.0 2.4.0 2.4.1 2.4.2 2.5.0 2.6.0 2.6.1 2.6.2 2.6.3 2.6.4 2.7.0 2.8.0 2.9.0 2.9.1 2.9.2 2.9.3 3.0.0 3.0.1 3.1.0 3.1.1 3.1.1.2 trunk 1.2.0 1.3.0 1.4.0 1.4.1 1.4.2 1.5.0 1.5.1 1.5.2 1.6.0 1.6.1 1.6.2 1.7.0
wp-2fa / templates / wizard / backup-method-footer.php
wp-2fa / templates / wizard Last commit date
backup-codes-display.php 6 days ago backup-codes-generate.php 6 days ago backup-method-footer.php 6 days ago backup-method-selection.php 6 days ago completion.php 6 days ago confirm-close.php 6 days ago email-setup.php 6 days ago email-verify.php 6 days ago index.php 6 days ago method-selection.php 6 days ago modal.php 6 days ago required-intro.php 6 days ago totp-setup.php 6 days ago totp-verify.php 6 days ago welcome.php 6 days ago
backup-method-footer.php
19 lines
1 <?php
2 /**
3 * WP 2FA Wizard Template: Backup Method Footer
4 *
5 * Template ID: wp2fa-wizard-backup-footer
6 *
7 * Data expected:
8 * - skipLabel {string} Text for the skip/later button.
9 *
10 * @package wp2fa
11 * @since 4.0.0
12 */
13
14 defined( 'ABSPATH' ) || exit;
15 ?>
16 <script type="text/html" id="tmpl-wp2fa-wizard-backup-footer">
17 <button class="wp2fa-wizard-btn wp2fa-wizard-btn-secondary wp-2fa-button-secondary" id="wp2fa-wizard-backup-btn-skip" type="button">{{ data.skipLabel }}</button>
18 </script>
19