PHP 7.4.33
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
Name Size Perms Modified Actions
420 B lrw-r--r-- 2026-01-09 04:01:53
Edit Download
836 B lrw-r--r-- 2025-12-25 08:41:39
Edit Download
5.27 KB lrw-r--r-- 2025-12-25 08:41:39
Edit Download
3.95 KB lrw-r--r-- 2025-12-25 08:41:39
Edit Download
602 B lrw-r--r-- 2025-12-25 08:41:39
Edit Download
3.82 KB lrw-r--r-- 2025-12-25 08:41:39
Edit Download
1.17 KB lrw-r--r-- 2025-12-25 08:41:39
Edit Download
2.88 KB lrw-r--r-- 2025-12-25 08:41:39
Edit Download
2.05 KB lrw-r--r-- 2025-12-25 08:41:39
Edit Download
188 B lrw-r--r-- 2025-12-25 08:41:39
Edit Download
1009 B lrw-r--r-- 2025-12-25 08:41:39
Edit Download
704 B lrw-r--r-- 2025-12-25 08:41:39
Edit Download
680 B lrw-r--r-- 2025-12-25 08:41:39
Edit Download
722 B lrw-r--r-- 2025-12-25 08:41:39
Edit Download
3.00 KB lrw-r--r-- 2025-12-25 08:41:39
Edit Download
1.97 KB lrw-r--r-- 2025-12-25 08:41:39
Edit Download
If ZipArchive is unavailable, a .tar will be created (no compression).