![]() Server : Apache System : Linux server2.corals.io 4.18.0-348.2.1.el8_5.x86_64 #1 SMP Mon Nov 15 09:17:08 EST 2021 x86_64 User : corals ( 1002) PHP Version : 7.4.33 Disable Function : exec,passthru,shell_exec,system Directory : /home/corals/www/wp-content/plugins/the7-block-editor/templates/settings/ |
<?php defined( 'ABSPATH' ) || exit; ?> <fieldset> <legend class="screen-reader-text"> <span><?php echo esc_html( $args['title'] ); ?></span> </legend> <label for="<?php echo esc_attr( $args['identifier'] ); ?>"> <input type="checkbox" name="<?php echo esc_attr( $args['identifier'] ); ?>" id="<?php echo esc_attr( $args['identifier'] ); ?>" value="1" <?php checked( true, $args['enabled'] ); ?> /> <?php echo esc_html( $args['label'] ?? '' ); ?> </label> <?php if ( ! empty( $args['description'] ) ) : ?> <p class="description"> <?php echo esc_html( $args['description'] ); ?> </p> <?php endif; ?> </fieldset>