kollapsminoriteten/wp-content/themes/blocksy/inc/panel-builder/footer/socials/config.php

12 lines
151 B
PHP
Raw Normal View History

2025-08-27 08:44:30 +02:00
<?php
$config = [
'name' => __('Socials', 'blocksy'),
'clone' => true,
'selective_refresh' => [
'footer_socials',
'footerSocialsColor'
],
];