This repository has been archived on 2020-05-08. You can view files and clone it, but cannot push or open issues or pull requests.
|
<?php
|
|
/**
|
|
* Sidebar - hero canvas setup.
|
|
*
|
|
* @package understrap
|
|
*/
|
|
|
|
?>
|
|
|
|
<?php if ( is_active_sidebar( 'herocanvas' ) ) : ?>
|
|
|
|
<!-- ******************* The Hero Canvas Widget Area ******************* -->
|
|
|
|
<?php dynamic_sidebar( 'herocanvas' ); ?>
|
|
|
|
<?php endif; ?>
|