'', 'image' => '', 'bgcolor' => '', 'color' => 'dark', 'height' => '52', ) ); $css_class = array( 'razzi-promotion', ); $style = ''; if ( ! empty( $args['bgcolor'] ) ) { $style .= 'background-color:' . $args['bgcolor'] . ';'; } if ( ! empty( $args['image'] ) ) { if( is_numeric($args['image']) ) { $image = wp_get_attachment_image_url( $args['image'], 'full' ); } else { $image = $args['image']; } if ( $image ) { $style .= 'background-image: url("' . esc_url( $image ) . '");'; } } if ( ! empty( $args['color'] ) ) { $style .= '--rz-color-dark:' . $args['color'] . ';'; } ?>