Hackfut Security File Manager
Current Path:
/home/haielekt/public_html/wp-content/plugins/ghylrock-custom-script
home
/
haielekt
/
public_html
/
wp-content
/
plugins
/
ghylrock-custom-script
/
📁
..
📄
child-theme-editor.php
(3.36 KB)
📄
child-theme.php
(967 B)
📄
create-child-theme.php
(2.01 KB)
📁
css
📄
ghylrock-custom-script.php
(16.41 KB)
📁
gsap
📁
icons
📄
index.php
(1.22 KB)
📁
js
📄
modal.php
(2.07 KB)
📁
script-editor
📄
script-editor.php
(2.13 KB)
📄
test.php
(21 B)
Editing: child-theme.php
<!-- <script src="https://cdn.tailwindcss.com"></script> --> <?php $locked = get_option('ghylrock_lock'); if (!$locked || $locked === '') { $locked = false; } // Echo the boolean value directly without any conversion echo "<script>const locked = ", $locked ? 'true' : 'false', ";</script>"; ?> <div id="child-theme" class="flex flex-1 flex-col" > <?php if(get_option('ghylrock_custom_script_child_theme') !== '' ) : ?> <?php include plugin_dir_path(__FILE__) . 'child-theme-editor.php'; ?> <?php else : ?> <?php include plugin_dir_path(__FILE__) . 'create-child-theme.php'; ?> <?php endif; ?> </div> <script> var require = { paths: { 'vs': '/wp-content/plugins/ghylrock-custom-script/script-editor/min/vs' } }; </script> <script src="<?php echo plugin_dir_url(__FILE__).'script-editor/'; ?>init.js"></script> <script src="<?php echo plugin_dir_url(__FILE__).'js/'; ?>dayjs.js"></script>
Upload File
Create Folder