Skip to content

Instantly share code, notes, and snippets.

@BenBroide
Created January 15, 2019 17:52
Show Gist options
  • Save BenBroide/655fc5bd7c686d0314108068e1b25a58 to your computer and use it in GitHub Desktop.
Save BenBroide/655fc5bd7c686d0314108068e1b25a58 to your computer and use it in GitHub Desktop.
<?php
function mml_output_setting_row( $class, $name, $value , $option_key , $data_div, $text ){ ?>
<p> <input type="checkbox" class="<?php echo $class ?>" name="powerpack-plugin-options[<?php echo $name ?>]" value="<?php echo $value ?>" <?php isset( $options['ecom-function'] ) ? checked($options['ecom-function'], 1) : '';?> data-div="<?php echo $data_div ?>"/><?php echo $text ?></p>
<?php }
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment