kollapsminoriteten/wp-content/themes/blocksy/inc/panel-builder/footer/bottom-row/options.php

22 lines
402 B
PHP
Raw Normal View History

2025-08-27 08:44:30 +02:00
<?php
$options = blocksy_get_options(
get_template_directory() . '/inc/panel-builder/footer/middle-row/options.php',
[
'default_background' => blocksy_background_default_value([
'backgroundColor' => [
'default' => [
'color' => 'transparent'
],
],
]),
'default_top_bottom_spacing' => [
'mobile' => '15px',
'tablet' => '25px',
'desktop' => '25px',
]
],
false
);