🔐 Sid Gifari File Manager Pro
v8.0.5 | 2026-08-07 12:17:49 | PHP 8.2.32
📂
/ (Root)
/
home
/
eliteewa
/
public_html
/
wp-content
/
themes
/
blocksy
/
inc
/
options
/
general
📍 /home/eliteewa/public_html/wp-content/themes/blocksy/inc/options/general
🔄 Refresh
✏️
Editing: cards-reveal-effect.php
Writable
<?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', ], ];
💾 Save Changes
❌ Cancel