preferences(); wp_enqueue_style('bfm-jquery-ui-css'); if (\in_array($preferences->getTheme(), ['default', 'bootstrap'])) { wp_enqueue_style(Config::SLUG . 'elfinder-css'); wp_enqueue_style(Config::SLUG . 'theme-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('bfm-finder-loader'); ?>