[ Avaa Bypassed ]




Upload:

Command:

hmhc3928@18.191.103.29: ~ $
<?php
/**
 * Template part for displaying the footer info
 *
 * @package kadence
 */

namespace Kadence;

$align = ( kadence()->sub_option( 'footer_html_align', 'desktop' ) ? kadence()->sub_option( 'footer_html_align', 'desktop' ) : 'default' );
$tablet_align = ( kadence()->sub_option( 'footer_html_align', 'tablet' ) ? kadence()->sub_option( 'footer_html_align', 'tablet' ) : 'default' );
$mobile_align = ( kadence()->sub_option( 'footer_html_align', 'mobile' ) ? kadence()->sub_option( 'footer_html_align', 'mobile' ) : 'default' );

$valign = ( kadence()->sub_option( 'footer_html_vertical_align', 'desktop' ) ? kadence()->sub_option( 'footer_html_vertical_align', 'desktop' ) : 'default' );
$tablet_valign = ( kadence()->sub_option( 'footer_html_vertical_align', 'tablet' ) ? kadence()->sub_option( 'footer_html_vertical_align', 'tablet' ) : 'default' );
$mobile_valign = ( kadence()->sub_option( 'footer_html_vertical_align', 'mobile' ) ? kadence()->sub_option( 'footer_html_vertical_align', 'mobile' ) : 'default' );

?>

<div class="footer-widget-area site-info site-footer-focus-item content-align-<?php echo esc_attr( $align ); ?> content-tablet-align-<?php echo esc_attr( $tablet_align ); ?> content-mobile-align-<?php echo esc_attr( $mobile_align ); ?> content-valign-<?php echo esc_attr( $valign ); ?> content-tablet-valign-<?php echo esc_attr( $tablet_valign ); ?> content-mobile-valign-<?php echo esc_attr( $mobile_valign ); ?>" data-section="kadence_customizer_footer_html">
	<div class="footer-widget-area-inner site-info-inner">
		<?php
		/**
		 * Kadence Footer HTML
		 *
		 * Hooked Kadence\footer_html
		 */
		do_action( 'kadence_footer_html' );
		?>
	</div>
</div><!-- .site-info -->

Filemanager

Name Type Size Permission Actions
base.php File 727 B 0644
footer-html.php File 1.67 KB 0644
footer-navigation.php File 1.95 KB 0644
footer-row.php File 3.72 KB 0644
footer-social.php File 1.85 KB 0644
footer-widget1.php File 1.64 KB 0644
footer-widget2.php File 1.64 KB 0644
footer-widget3.php File 1.64 KB 0644
footer-widget4.php File 1.64 KB 0644
footer-widget5.php File 1.64 KB 0644
footer-widget6.php File 1.64 KB 0644