Open ghost opened 3 years ago
Hi,
how to settings functions ? checkbox ?
$options = get_option( 'wpt_single_checkbox' ); if ( $options['checked'] == 'checked' ) { echo '<br><br><br><br>Checked'; } else { echo '<br><br><br><br>Unchecked'; }
Thanks a lot for help
Hi,
how to settings functions ? checkbox ?
$options = get_option( 'wpt_single_checkbox' ); if ( $options['checked'] == 'checked' ) { echo '<br><br><br><br>Checked'; } else { echo '<br><br><br><br>Unchecked'; }
Thanks a lot for help