🔐 Sid Gifari File Manager Pro
v8.0.5 | 2026-08-07 02:02:06 | PHP 8.2.32
📂
/ (Root)
/
home
/
eliteewa
/
public_html
/
wp-content
/
themes
/
blocksy
/
inc
/
options
/
meta
📍 /home/eliteewa/public_html/wp-content/themes/blocksy/inc/options/meta
🔄 Refresh
✏️
Editing: blog.php
Writable
<?php /** * Blog meta options. */ $options = [ [ 'disable_header' => [ 'label' => __( 'Disable Header', 'blocksy' ), 'type' => 'ct-switch', 'value' => 'no', ], 'disable_footer' => [ 'label' => __( 'Disable Footer', 'blocksy' ), 'type' => 'ct-switch', 'value' => 'no', ], ], apply_filters( 'blocksy_extensions_metabox_page_bottom', [] ) ];
💾 Save Changes
❌ Cancel