17 lines
329 B
PHP
17 lines
329 B
PHP
|
|
<?php
|
||
|
|
|
||
|
|
blocksy_get_variables_from_file(
|
||
|
|
get_template_directory() . '/inc/panel-builder/footer/widget-area-1/dynamic-styles.php',
|
||
|
|
[],
|
||
|
|
[
|
||
|
|
'css' => $css,
|
||
|
|
'tablet_css' => $tablet_css,
|
||
|
|
'mobile_css' => $mobile_css,
|
||
|
|
'atts' => $atts,
|
||
|
|
'selector' => '[data-column="widget-area-3"]',
|
||
|
|
'root_selector' => $root_selector
|
||
|
|
]
|
||
|
|
);
|
||
|
|
|
||
|
|
|