Submit
Path:
~
/
home
/
getwphos
/
www
/
shellfish
/
wp-content
/
plugins
/
shortcodes-ultimate
/
admin
/
partials
/
settings
/
fields
/
File Content:
checkbox-group.php
<?php defined( 'ABSPATH' ) || exit; ?> <fieldset> <?php foreach ( $data['options'] as $cb_id => $cb_label ) : ?> <input type="checkbox" name="<?php echo esc_attr( sprintf( '%s[%s]', $data['id'], $cb_id ) ); ?>" id="<?php echo esc_attr( sprintf( '%s_%s', $data['id'], $cb_id ) ); ?>" <?php checked( in_array( $cb_id, get_option( $data['id'], array() ), true ) ); ?> > <label for="<?php echo esc_attr( sprintf( '%s_%s', $data['id'], $cb_id ) ); ?>" > <?php echo esc_html( $cb_label ); ?> </label> <br> <?php endforeach; ?> </fieldset> <p class="description"><?php echo $data['description']; ?></p>
Submit
FILE
FOLDER
Name
Size
Permission
Action
checkbox-group.php
629 bytes
0644
checkbox.php
380 bytes
0644
css.php
2726 bytes
0644
text.php
296 bytes
0644
N4ST4R_ID | Naxtarrr