SILENT KILLERPanel

Current Path: > home > codekrsu > > ameliagraphics.com > wp-content > plugins > > forminator > admin > views > settings


Operation   : Linux premium131.web-hosting.com 4.18.0-553.44.1.lve.el8.x86_64 #1 SMP Thu Mar 13 14:29:12 UTC 2025 x86_64
Software     : Apache
Server IP    : 162.0.232.56 | Your IP: 216.73.216.111
Domains      : 1034 Domain(s)
Permission   : [ 0755 ]

Files and Folders in: /home/codekrsu//ameliagraphics.com/wp-content/plugins//forminator/admin/views/settings

NameTypeSizeLast ModifiedActions
dashboard Directory - -
data Directory - -
payments Directory - -
appearance-presets-status-bar.php File 3037 bytes September 02 2024 15:32:28.
content.php File 2834 bytes February 03 2025 17:11:02.
header.php File 555 bytes September 02 2024 15:32:28.
tab-accessibility.php File 2474 bytes September 02 2024 15:32:28.
tab-appearance-presets.php File 996 bytes September 02 2024 15:32:28.
tab-autosave.php File 1094 bytes July 14 2025 15:42:34.
tab-dashboard.php File 3747 bytes September 02 2024 15:32:28.
tab-data.php File 7040 bytes May 07 2025 16:49:06.
tab-editor.php File 1415 bytes September 02 2024 15:32:28.
tab-emails.php File 1797 bytes September 02 2024 15:32:28.
tab-general.php File 1499 bytes July 14 2025 15:42:34.
tab-import.php File 3979 bytes September 02 2024 15:32:28.
tab-pagination.php File 2411 bytes May 07 2025 16:49:06.
tab-permissions.php File 429 bytes September 02 2024 15:32:28.
tab-recaptcha.php File 22207 bytes May 19 2025 19:14:58.
tab-submissions.php File 1290 bytes September 02 2024 15:32:28.
tab-tracking.php File 1478 bytes March 03 2025 16:08:12.

Reading File: /home/codekrsu//ameliagraphics.com/wp-content/plugins//forminator/admin/views/settings/content.php

<?php
/**
 * Template admin/views/settings/content.php
 *
 * @package Forminator
 */

$section = Forminator_Core::sanitize_text_field( 'section', 'dashboard' );

/**
 * Forminator Settings Sections filter
 *
 * @param array $sections Settings Sections
 */
$sections = apply_filters(
	'forminator_settings_sections',
	array(
		'dashboard'          => __( 'General', 'forminator' ),
		'accessibility'      => __( 'Accessibility', 'forminator' ),
		'appearance-presets' => __( 'Appearance Presets', 'forminator' ),
		'data'               => __( 'Data', 'forminator' ),
		'captcha'            => __( 'CAPTCHA', 'forminator' ),
		'import'             => __( 'Import', 'forminator' ),
		'submissions'        => __( 'Submissions', 'forminator' ),
	)
);

// Show payment settings only if payments are enabled.
if ( ! forminator_payments_disabled() ) {
	$sections['payments'] = __( 'Payments', 'forminator' );
}

// Show Permission settings for admins only.
if ( current_user_can( forminator_get_admin_cap() ) ) {
	$sections['permissions'] = __( 'Permissions', 'forminator' );
}

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

	<div class="sui-sidenav">

		<ul class="sui-vertical-tabs sui-sidenav-hide-md">
			<?php
			foreach ( $sections as $section_key => $section_title ) {
				?>
				<li class="sui-vertical-tab <?php echo $section_key === $section ? 'current' : ''; ?>">
					<a href="#" data-nav="<?php echo esc_attr( $section_key ); ?>"><?php echo esc_html( $section_title ); ?></a>
				</li>
				<?php
			}
			?>
		</ul>

		<div class="sui-sidenav-settings">

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

				<label class="sui-label"><?php esc_html_e( 'Navigate', 'forminator' ); ?></label>

				<select id="forminator-sidenav" class="sui-select sui-mobile-nav">
					<?php
					foreach ( $sections as $section_key => $section_title ) {
						?>
							<option value="<?php echo esc_attr( $section_key ); ?>"><?php echo esc_html( $section_title ); ?></option>
						<?php
					}
					?>
				</select>

			</div>

		</div>

	</div>

	<?php $this->template( 'settings/tab-general' ); ?>
	<?php $this->template( 'settings/tab-recaptcha' ); ?>
	<?php $this->template( 'settings/tab-appearance-presets' ); ?>
	<?php $this->template( 'settings/tab-data' ); ?>
	<?php $this->template( 'settings/tab-submissions' ); ?>
	<?php $this->template( 'settings/tab-accessibility' ); ?>
	<?php $this->template( 'settings/tab-import' ); ?>
	<?php
	// Show payment settings only if payments are enabled.
	if ( ! forminator_payments_disabled() ) {
		$this->template( 'settings/tab-payments' );
	}
	// Show only for admins.
	if ( current_user_can( forminator_get_admin_cap() ) ) {
		$this->template( 'settings/tab-permissions' );
	}
	?>

	<?php
		/**
		 * Forminator Settings Content action
		 */
		do_action( 'forminator_settings_content' );
	?>

</div>

SILENT KILLER Tool