Файловый менеджер - Редактировать - /home/bean7936/deribos.com/wp-content3e392d/plugins/organization-chart/front/front.php
Назад
<?php class wpdevart_org_chart_front { private static $unique_prefix = 0; private $tree; function __construct() { $this->call_filters(); } private function call_filters() { $this->include_files(); add_filter('wp_head', array($this, 'include_scripts'), 99); add_filter('wp_footer', array($this, 'include_scripts'), 99); add_shortcode('wpda_org_chart', array($this, 'shortcode')); } public function include_scripts() { wp_enqueue_style('wpda_org_chart_front_css', wpda_org_chart_plugin_url . 'front/css/front_css.css', array(), '2.0'); wp_enqueue_style('wpda_org_chart_front_popup_effects', wpda_org_chart_plugin_url . 'front/css/popup_effects.css', array(), '2.0'); wp_enqueue_script('wpda_org_chart_front_js', wpda_org_chart_plugin_url . 'front/js/front_js.js', array(), '2.0'); wp_register_script('wpda_org_chart_front_popup_js', wpda_org_chart_plugin_url . 'front/js/front_popup.js', array(), '2.0'); wp_enqueue_script('wpda_org_chart_front_popup_js'); wp_localize_script('wpda_org_chart_front_popup_js', 'wpda_org_chart_responsive_sizes', wpda_org_chart_responsive_sizes); } private function include_files() { require_once(wpda_org_chart_plugin_path . 'front/tree_class.php'); } public function shortcode($atts) { $tree = new wpda_org_chart_front_tree_maker($atts); return $tree->controller(); } }
| ver. 1.6 |
Github
|
.
| PHP 8.3.30 | Генерация страницы: 0 |
proxy
|
phpinfo
|
Настройка