hlashbrooke/WordPress-Plugin-Template

Settings

Opened this issue · 0 comments

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