Contact Form 7 Syntax error
All checks were successful
Generate Build Info / build-info (push) Successful in 2s
All checks were successful
Generate Build Info / build-info (push) Successful in 2s
This commit is contained in:
@@ -1540,7 +1540,7 @@ function dapper_settings_page_content() {
|
||||
<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 checked( get_option( 'dapper_enable_cf7_human_checkbox', 'on' ), 'on' ); ?>
|
||||
submit_button();
|
||||
?>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user