/home/tywatomy/public_html/wp-content/plugins/file-manager/views/finder.php
<?php
use BitApps\FM\Config;
use BitApps\FM\Plugin;
\defined('ABSPATH') || exit();
$preferences = Plugin::instance()->preferences();
wp_enqueue_style(Config::SLUG . 'jquery-ui-css');
wp_enqueue_style(Config::SLUG . 'jquery-ui-theme-css');
wp_enqueue_style(Config::SLUG . 'elfinder-css');
wp_enqueue_script(Config::SLUG . 'elfinder-script');
wp_enqueue_script(Config::SLUG . 'elfinder-editor-script');
wp_enqueue_script(Config::SLUG . 'elfinder-lang', $preferences->getLangUrl(), [Config::SLUG . 'elfinder-script']);
wp_enqueue_script(Config::SLUG . 'finder-loader');
?>
<!-- <div id='file-manager'>
</div> -->
<div id='file-manager'>
</div>
<?php
if ($preferences->isLinkPathVisibleInInfo() == 'hide') {
?>
<style>
.elfinder-info-tb>tbody:nth-child(1)>tr:nth-child(2),
.elfinder-info-tb>tbody:nth-child(1)>tr:nth-child(3) {
display: none;
}
</style>
<?php
}
?>
Anon7 — 2022 •
AnonSec Team