YH
yh
if ( ! function_exists( 'custom_sidebars' ) ) { // Register Sidebars function custom_sidebars() { $args = array( 'id' => '8890', 'class' => 'css', 'name' => __( 'Corona Viras', 'text_domain' ), ); register_sidebar( $args ); } add_action( 'widgets_init', 'custom_sidebars' ); }