Current File : /www/wwwroot/wellwisehub.org/wp-content/themes/graceful/template-parts/footer/footer-widget.php
<?php
/**
 * Template part for displaying Footer Widgets area.
 *
 * @package Graceful
 */

?>

<?php

if ( ! is_active_sidebar( 'footer-widgets' ) ) {
	return;
}

?>
<!-- footer-widgets -->
<div class="footer-widgets clear-fix">
	<?php dynamic_sidebar( 'footer-widgets' ); ?>
</div>
XML-RPC server accepts POST requests only.