✘✘ GRAYBYTE WORDPRESS FILE MANAGER ✘✘

​🇳​​🇦​​🇲​​🇪♯➤ server366.web-hosting.com ​🇻​♯➤ 4.18.0-553.50.1.lve.el8.x86_64 #1 SMP 🇾​♯➤ 2025

𝗛𝗢𝗠𝗘 𝗜𝗗 ♯➤ 67.223.118.204 ♯➤ 𝗔𝗗𝗠𝗜𝗡 𝗜𝗗 216.73.216.243
𝗢𝗣𝗧𝗜𝗢𝗡𝗦 ♯ CRL ♯➤ 𝗢𝗞 ┃ WGT ♯➤ 𝗢𝗞 ┃ SDO ♯➤ 𝗢𝗙𝗙 ┃ PKEX ♯➤ 𝗢𝗙𝗙
𝗗𝗘𝗔𝗖𝗧𝗜𝗩𝗔𝗧𝗘𝗗 ♯➤ 𝗔𝗟𝗟 𝗪𝗢𝗥𝗞𝗜𝗡𝗚....

𝗛𝗢𝗠𝗘
𝗖𝗨𝗥𝗥𝗘𝗡𝗧 𝗙𝗜𝗟𝗘 : /home/builxejc/public_html/wp-content/plugins/wordpress-popup/views/admin//settings.php
<?php
/**
 * Main wrapper for the Settings page.
 *
 * @package Hustle
 * @since 4.0.0
 */

$sections = array(
	'general'       => array(
		'label' => __( 'General', 'hustle' ),
		'data'  => array(
			'settings' => Hustle_Settings_Admin::get_general_settings(),
		),
	),
	'palettes'      => array(
		'label' => __( 'Color Palettes', 'hustle' ),
		'data'  => array(
			'palettes' => Hustle_Settings_Admin::get_custom_color_palettes(),
		),
	),
	'analytics'     => array(
		'label' => __( 'Dashboard Analytics', 'hustle' ),
	),
	'data'          => array(
		'label' => __( 'Data', 'hustle' ),
	),
	'privacy'       => array(
		'label' => __( 'Viewer\'s Privacy', 'hustle' ),
	),
	'permissions'   => array(
		'label' => __( 'Permissions', 'hustle' ),
	),
	'recaptcha'     => array(
		'label' => __( 'reCAPTCHA', 'hustle' ),
		'data'  => array(
			'settings' => Hustle_Settings_Admin::get_recaptcha_settings(),
		),
	),
	'turnstile'     => array(
		'label' => __( 'Cloudflare Turnstile', 'hustle' ),
		'data'  => array(
			'settings' => Hustle_Settings_Admin::get_turnstile_settings(),
		),
	),
	'accessibility' => array(
		'label' => __( 'Accessibility', 'hustle' ),
		'data'  => array(
			'settings' => Hustle_Settings_Admin::get_hustle_settings( 'accessibility' ),
		),
	),
	'metrics'       => array(
		'label' => __( 'Top Metrics', 'hustle' ),
		'data'  => array(
			'stored_metrics' => Hustle_Settings_Admin::get_top_metrics_settings(),
		),
	),
	'unsubscribe'   => array(
		'label' => __( 'Unsubscribe', 'hustle' ),
	),
);
?>

<div class="sui-header">
	<h1 class="sui-header-title"><?php esc_html_e( 'Settings', 'hustle' ); ?></h1>
	<?php $this->render( 'admin/commons/view-documentation', array( 'docs_section' => 'settings' ) ); ?>
</div>

<div id="hustle-floating-notifications-wrapper" class="sui-floating-notices"></div>

<div class="sui-row-with-sidenav">

	<div class="sui-sidenav">

		<ul class="sui-vertical-tabs sui-sidenav-hide-md">
			<?php
			foreach ( $sections as $key => $value ) {

				$classes = array(
					'sui-vertical-tab',
				);

				if ( $section === $key ) {
					$classes[] = 'current';
				}

				printf(
					'<li class="%s"><a href="#" data-tab="%s">%s</a></li>',
					esc_attr( implode( ' ', $classes ) ),
					esc_attr( $key ),
					esc_html( $value['label'] )
				);
			}
			?>
		</ul>

		<div class="sui-sidenav-hide-lg">

			<label class="sui-label" id="sui-wizard-navigation-label"><?php esc_html_e( 'Navigate', 'hustle' ); ?></label>

			<select class="sui-mobile-nav" style="margin-bottom: 20px;" aria-labelledby="sui-wizard-navigation-label">
				<?php
				foreach ( $sections as $key => $value ) {

					printf(
						'<option value="%1$s" %2$s>%3$s</option>',
						esc_attr( $key ),
						selected( $section, $key, false ),
						esc_html( $value['label'] )
					);

				}
				?>
			</select>

		</div>

	</div>

	<?php
	foreach ( $sections as $key => $value ) {

		if ( ! empty( $value['status'] ) && 'hide' === $value['status'] ) {
			continue;
		}

		$data            = isset( $value['data'] ) ? $value['data'] : array();
		$data['section'] = $section;
		$template        = sprintf( 'admin/settings/tab-%s', esc_attr( $key ) );

		$this->render( $template, $data );
	}
	?>

</div>

<?php
// Global Footer.
$this->render( 'admin/global/sui-components/sui-footer' );

// DIALOG: Delete.
$this->render( 'admin/commons/sui-listing/dialogs/delete-module' );

// DIALOG: Delete All IPs.
$this->render( 'admin/settings/dialogs/privacy-ip-delete' );

// DIALOG: Dissmiss migrate tracking notice modal confirmation.
if ( Hustle_Notifications::is_show_migrate_tracking_notice() ) {
	$this->render( 'admin/dialogs/migrate-dismiss-confirmation' );
}

// DIALOG: Data -> Reset plugin.
$this->render( 'admin/settings/dialogs/data-reset-data-dialog' );

// DIALOG: Palettes -> Edit palette.
$this->render(
	'admin/settings/dialogs/palettes-edit-palette',
	array(
		'palettes' => Hustle_Palettes_Helper::get_all_palettes_slug_and_name(),
	)
);
?>


Current_dir [ 𝗪𝗥𝗜𝗧𝗘𝗔𝗕𝗟𝗘 ] Document_root [ 𝗪𝗥𝗜𝗧𝗘𝗔𝗕𝗟𝗘 ]


[ Back ]
𝗡𝗔𝗠𝗘
𝗦𝗜𝗭𝗘
𝗟𝗔𝗦𝗧 𝗧𝗢𝗨𝗖𝗛
𝗨𝗦𝗘𝗥
𝗦𝗧𝗔𝗧𝗨𝗦
𝗙𝗨𝗡𝗖𝗧𝗜𝗢𝗡𝗦
..
--
9 Jun 2026 8.38 AM
builxejc / builxejc
0755
commons
--
9 Jun 2026 8.38 AM
builxejc / builxejc
0755
dashboard
--
9 Jun 2026 8.38 AM
builxejc / builxejc
0755
dialogs
--
9 Jun 2026 8.38 AM
builxejc / builxejc
0755
email-lists
--
9 Jun 2026 8.38 AM
builxejc / builxejc
0755
embedded
--
9 Jun 2026 8.38 AM
builxejc / builxejc
0755
global
--
9 Jun 2026 8.38 AM
builxejc / builxejc
0755
integrations
--
9 Jun 2026 8.38 AM
builxejc / builxejc
0755
integrations-page
--
9 Jun 2026 8.38 AM
builxejc / builxejc
0755
popup
--
9 Jun 2026 8.38 AM
builxejc / builxejc
0755
settings
--
9 Jun 2026 8.38 AM
builxejc / builxejc
0755
slidein
--
9 Jun 2026 8.38 AM
builxejc / builxejc
0755
sshare
--
9 Jun 2026 8.38 AM
builxejc / builxejc
0755
dashboard.php
1.476 KB
25 May 2026 1.17 PM
builxejc / builxejc
0644
entries.php
4.55 KB
12 Oct 2023 2.01 PM
builxejc / builxejc
0644
image-markup.php
1.051 KB
17 Apr 2023 3.18 PM
builxejc / builxejc
0644
integrations.php
2.255 KB
25 May 2026 1.17 PM
builxejc / builxejc
0644
settings.php
3.883 KB
25 May 2026 1.17 PM
builxejc / builxejc
0644
tutorials.php
0.476 KB
13 Oct 2022 9.51 AM
builxejc / builxejc
0644
upsell.php
6.456 KB
4 Jul 2023 6.08 PM
builxejc / builxejc
0644
widget-analytics.php
4.78 KB
17 Apr 2023 3.18 PM
builxejc / builxejc
0644

✘✘ GRAYBYTE WORDPRESS FILE MANAGER @ 2026 CONTACT ME ✘✘
Static GIF Static GIF