1
0
Fork 0
mirror of https://github.com/elementor/hello-theme.git synced 2026-07-27 12:39:05 +08:00
hello-theme/sidebar.php
2019-07-11 19:10:44 +03:00

14 lines
271 B
PHP

<?php
/**
* The template for displaying sidebar.
*
* @package HelloElementor
*/
if ( ! defined( 'ABSPATH' ) ) {
exit; // Exit if accessed directly.
}
/**
* This file is here to avoid the Deprecated Message for sidebar by wp-includes/theme-compat/sidebar.php.
*/