EstudioJuridicoAlmagro_Web/www/wpv_theme/options/advanced/sidebars.php

19 lines
235 B
PHP
Raw Normal View History

<?php
return array(
array(
'name' => __('Manage sidebars', 'wpv'),
'type' => 'start',
),
array(
'id' => 'custom-sidebars',
'type' => 'sidebar_management',
'static' => true,
),
array(
'type' => 'end'
),
);