Файловый менеджер - Редактировать - /home/lexlmvtu/public_html/wp-content/plugins/elementor_old/modules/nested-accordion/module.php
Назад
<?php namespace Elementor\Modules\NestedAccordion; use Elementor\Plugin; use Elementor\Core\Base\Module as BaseModule; if ( ! defined( 'ABSPATH' ) ) { exit; // Exit if accessed directly } class Module extends BaseModule { public static function is_active() { return Plugin::$instance->experiments->is_feature_active( 'nested-elements' ); } public function get_name() { return 'nested-accordion'; } public function __construct() { parent::__construct(); add_action( 'elementor/editor/before_enqueue_scripts', function () { wp_enqueue_script( $this->get_name(), $this->get_js_assets_url( $this->get_name() ), [ 'nested-elements', ], ELEMENTOR_VERSION, true ); } ); } }
| ver. 1.4 |
Github
|
.
| PHP 7.2.34 | Генерация страницы: 0 |
proxy
|
phpinfo
|
Настройка