mirror of
https://git.sindominio.net/estibadores/wordpress.git
synced 2024-11-14 23:21:07 +01:00
13 lines
235 B
PHP
13 lines
235 B
PHP
|
<?php
|
||
|
/**
|
||
|
* The left sidebar template
|
||
|
*
|
||
|
*
|
||
|
* @package Customizr
|
||
|
* @since Customizr 3.1.0
|
||
|
*/
|
||
|
if ( apply_filters( 'czr_ms', false ) ) {
|
||
|
do_action( 'czr_ms_tmpl', 'sidebar-left' );
|
||
|
return;
|
||
|
}
|
||
|
dynamic_sidebar( 'left' );
|