2
0
Fork 0
mirror of https://github.com/elementor/hello-theme.git synced 2026-03-02 13:13:30 +08:00
hello-theme/sidebar.php

13 lines
270 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.
*/