📁 File Manager Pro
v10.0.2 | PHP: 8.1.34
Server: LiteSpeed
2026-06-28 16:31:08
📂
/
/
var
/
softaculous
/
sitepad
/
editor
/
site-data
/
plugins
/
speedycache-pro
/
main
✏️
Editing: premium.php
<?php if(!defined('ABSPATH')){ die('HACKING ATTEMPT'); } global $pagenow; if(in_array($pagenow, ['post-new.php', 'post.php'], true)){ if(!defined('SITEPAD')){ add_action('admin_enqueue_scripts', '\SpeedyCache\MetaboxPro::enqueue_scripts'); add_filter('speedycache_pro_metabox', '\SpeedyCache\MetaboxPro::html', 10, 2); } add_filter('speedycache_metabox_fields', '\SpeedyCache\MetaboxPro::options'); }
💾 Save Changes
❌ Cancel