Files
trestle/includes/sidebars/sidebars.php
T
2014-10-16 14:55:36 -07:00

19 lines
283 B
PHP

<?php
/**
* Trestle widget area registration and functionality
*
* @since 1.0.0
*
* @package Trestle
*/
add_action( 'widgets_init', 'trestle_register_widget_areas' );
/**
* Register custom widget areas
*
* @since 1.0.0
*/
function trestle_register_widget_areas() {
}