NOXSHELL
Server: Apache
System: Linux p3plzcpnl504199.prod.phx3.secureserver.net 4.18.0-553.53.1.lve.el8.x86_64 #1 SMP Wed May 28 17:01:02 UTC 2025 x86_64
User: zew5vtsbg2ra (9542639)
PHP: 8.1.33
Disabled: NONE
Upload Files
File: /home/zew5vtsbg2ra/public_html/skdsgroup.com/wp-content/plugins/ym-fast-seo/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>

	<nav class="nav-tab-wrapper">
		<?php foreach ( YMFSEO\Settings::$registered_sections as $ymfseo_section ) : ?>
			<div class="nav-tab" data-target="<?php echo esc_attr( $ymfseo_section[ 'slug' ] ); ?>">
				<span class="dashicons <?php echo esc_attr( $ymfseo_section[ 'icon' ] ); ?>"></span>
				<span><?php echo esc_html( $ymfseo_section[ 'title' ] ); ?></span>
			</div>
		<?php endforeach; ?>
	</nav>

	<nav class="ymfseo-settings-page__nav" style="display:none">
		<?php /*foreach ( YMFSEO\Settings::$registered_sections as $ymfseo_section ) : ?>
			<div class="ymfseo-settings-page__nav-item" data-target="<?php echo esc_attr( $ymfseo_section[ 'slug' ] ); ?>">
				<span class="dashicons <?php echo esc_attr( $ymfseo_section[ 'icon' ] ); ?>"></span>
				<span class="label"><?php echo esc_html( $ymfseo_section[ 'title' ] ); ?></span>
			</div>
		<?php endforeach;*/ ?>
	</nav>

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

	<script>
		window.addEventListener( 'DOMContentLoaded', e => {
			YMFSEO_Settings.initNav();
			YMFSEO_Settings.initSaveButtons();
			YMFSEO_Settings.initSections();
		});
	</script>
</div>