Your IP : 216.73.216.138


Current Path : /home/ereika83/public_html/wp-content/plugins/wp-hummingbird/admin/views/
Upload File :
Current File : /home/ereika83/public_html/wp-content/plugins/wp-hummingbird/admin/views/wphb-advanced-page.php

<?php
/**
 * Advanced tools.
 *
 * @package Hummingbird
 */

if ( ! defined( 'ABSPATH' ) ) {
	exit;
}

?>

<div class="sui-row-with-sidenav">
	<?php $this->show_tabs(); ?>

	<?php if ( 'main' === $this->get_current_tab() ) : ?>
		<form id="advanced-general-settings" method="post">
			<?php $this->do_meta_boxes( 'main' ); ?>
		</form>
	<?php elseif ( 'lazy' === $this->get_current_tab() ) : ?>
		<form id="advanced-lazy-settings" method="post">
			<?php $this->do_meta_boxes( 'lazy' ); ?>
		</form>
	<?php else : ?>
		<?php $this->do_meta_boxes( $this->get_current_tab() ); ?>
	<?php endif; ?>
</div>

<?php $this->modal( 'site-health-orphaned' ); ?>

<script>
	jQuery(document).ready( function() {
		if ( window.WPHB_Admin ) {
			window.WPHB_Admin.getModule( 'advanced' );
		}
	});
</script>