HEX
Server: Apache
System: Linux vps.rockyroadprinting.net 4.18.0 #1 SMP Mon Sep 30 15:36:27 MSK 2024 x86_64
User: rockyroadprintin (1011)
PHP: 8.2.29
Disabled: exec,passthru,shell_exec,system
Upload Files
File: /home/rockyroadprintin/www/wp-content/themes/consulting/vc_templates/vc_separator.php
<?php
/**
 * @var string $el_width;
 * @var string $style;
 * @var string $color;
 * @var string $border_width;
 * @var string $accent_color;
 * @var string $el_class;
 * @var string $align;
 */
extract( shortcode_atts( array(
	'el_width' => '',
	'style' => '',
	'color' => '',
	'border_width' => '',
	'accent_color' => '',
	'el_class' => '',
	'align' => '',
	'type' => 'type_1',
	'css' => ''
), $atts ) );

echo do_shortcode( '[vc_text_separator layout="separator_no_text" align="' . $align . '" style="' . $style . '" color="' . $color . '" accent_color="' . $accent_color . '" border_width="' . $border_width . '" el_width="' . $el_width . '" el_class="' . $el_class . ' type="' . $type . '" css="' . $css . '"]' );