Contact Form 7 Syntax error
All checks were successful
Generate Build Info / build-info (push) Successful in 2s

This commit is contained in:
carpentryplus25
2026-03-10 23:01:18 -04:00
parent 5243b9306a
commit 1e5b21221f

View File

@@ -1537,10 +1537,10 @@ function dapper_settings_page_content() {
<?php checked(get_option('dapper_enable_paypal_human_check', 'on'), 'on'); ?> <?php checked(get_option('dapper_enable_paypal_human_check', 'on'), 'on'); ?>
<?php echo $paypal_forced_off ? 'disabled' : ''; ?>> <?php echo $paypal_forced_off ? 'disabled' : ''; ?>>
<?php <?php
<h3>Contact Form 7 Protection</h3> <h3>Contact Form 7 Protection</h3>
<label for="dapper_enable_cf7_human_checkbox">Enable "I'm human" checkbox on all CF7 forms</label> <label for="dapper_enable_cf7_human_checkbox">Enable "I'm human" checkbox on all CF7 forms</label>
<input type="checkbox" id="dapper_enable_cf7_human_checkbox" name="dapper_enable_cf7_human_checkbox" <input type="checkbox" id="dapper_enable_cf7_human_checkbox" name="dapper_enable_cf7_human_checkbox"
<?php checked( get_option( 'dapper_enable_cf7_human_checkbox', 'on' ), 'on' ); ?>> <?php checked( get_option( 'dapper_enable_cf7_human_checkbox', 'on' ), 'on' ); ?>
submit_button(); submit_button();
?> ?>