Contact Form 7 Syntax errors
All checks were successful
Generate Build Info / build-info (push) Successful in 1s
All checks were successful
Generate Build Info / build-info (push) Successful in 1s
This commit is contained in:
@@ -1536,11 +1536,11 @@ function dapper_settings_page_content() {
|
||||
<input type="checkbox" id="dapper_enable_paypal_human_check" name="dapper_enable_paypal_human_check"
|
||||
<?php checked(get_option('dapper_enable_paypal_human_check', 'on'), 'on'); ?>
|
||||
<?php echo $paypal_forced_off ? 'disabled' : ''; ?>>
|
||||
<h3>Contact Form 7 Protection</h3>
|
||||
<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"
|
||||
<?php checked( get_option( 'dapper_enable_cf7_human_checkbox', 'on' ), 'on' ); ?>>
|
||||
<?php
|
||||
<h3>Contact Form 7 Protection</h3>
|
||||
<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"
|
||||
<?php checked( get_option( 'dapper_enable_cf7_human_checkbox', 'on' ), 'on' ); ?>
|
||||
submit_button();
|
||||
?>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user