sidebar-herocanvas.php 224 Bytes Raw Blame History Permalink 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 <?php /** * Sidebar - The Hero Canvas Widget Area * * @package Understrap */ // Exit if accessed directly. defined( 'ABSPATH' ) || exit; if ( is_active_sidebar( 'herocanvas' ) ) { dynamic_sidebar( 'herocanvas' ); }