PHP 7.4.33
Preview: settings-page.php Size: 1.17 KB
/home/zcziejy/ryadselyen/parts/settings-page.php
<?php
	// Exits if accessed directly.
	if ( ! defined( 'ABSPATH' ) ) exit;
	
	flush_rewrite_rules();
?>

<div class="wrap ymfseo-settings-page">
	<h1><?php echo esc_html( get_admin_page_title() ); ?></h1>

	<!-- Navigation -->
	<nav class="ymfseo-settings-page__nav">
		<?php foreach ( YMFSEO_Settings::$registered_sections as $section ) : ?>
			<div class="ymfseo-settings-page__nav-item" data-target="<?php echo esc_attr( $section[ 'slug' ] ); ?>">
				<span class="dashicons <?php echo esc_attr( $section[ 'icon' ] ); ?>"></span>
				<span class="label"><?php echo esc_attr( $section[ 'title' ] ); ?></span>
			</div>
		<?php endforeach; ?>
	</nav>

	<!-- Form -->
	<form method="POST" action="options.php">
		<?php settings_fields( YMFSEO_Settings::$params[ 'page_slug' ] ); ?>

		<section>
			<?php do_settings_sections( YMFSEO_Settings::$params[ 'page_slug' ] ); ?>
		</section>
			
		<?php submit_button(); ?>
	</form>

	<!-- JS -->
	<script>
		window.addEventListener( 'DOMContentLoaded', e => {
			YMFSEO_Settings.initSettingsNav();
			YMFSEO_Settings.initSettingsSaveButtons();
			YMFSEO_Settings.initSettingsSections();
		});
	</script>
</div>

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).