Preview: settings-separator-field.php
Size: 704 B
/home/zcziejy/ryadselyen/parts/settings-separator-field.php
<?php // Exits if accessed directly. if ( ! defined( 'ABSPATH' ) ) exit; ?> <div class="ymfseo-settings-separator-grid"> <?php foreach ( $args[ 'options' ] as $value ) : ?> <div class="ymfseo-settings-separator-grid__item"> <?php printf( '<input type="radio" name="%s" value="%s"%s>', esc_attr( $args[ 'label_for' ] ), esc_attr( $value ), checked( YMFSEO_Settings::get_option( $args[ 'label_for' ] ), $value, false ), ); ?> <span><?php echo esc_html( $value ); ?></span> </div> <?php endforeach; ?> </div> <?php if ( isset( $args[ 'description' ] ) ) : ?> <p class="description"><?php echo wp_kses_post( $args[ 'description' ] ); ?></p> <?php endif; ?>
Directory Contents
Dirs: 0 × Files: 16