?? GreyFile — Mystic File Browser

Current path: home/webdevt/www/cryptoimpot.fr/wp-content/themes/blocksy/inc/options/general/



?? Go up: /home/webdevt/www/cryptoimpot.fr/wp-content/themes/blocksy/inc/options

?? Viewing: cards-reveal-effect.php

<?php

if (! isset($prefix)) {
	$prefix = '';
	$initial_prefix = '';
} else {
	$initial_prefix = $prefix;
	$prefix = $prefix . '_';
}

$options = [
	$prefix . 'has_posts_reveal' => [
		'label' => __('Cards Reveal Effect', 'blocksy'),
		'type' => 'ct-switch',
		'value' => 'no',
	],
];


??

??