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