Файловый менеджер - Редактировать - /home/infrafs/bike/wp-content/plugins/colibri-page-builder/src/Customizer/BaseSection.php
Назад
<?php namespace ColibriWP\PageBuilder\Customizer; class BaseSection extends \WP_Customize_Section { protected $cpData = null; public function __construct($manager, $id, $cpData = array()) { $this->cpData = $cpData; $args = (isset($this->cpData['wp_data'])) ? $this->cpData['wp_data'] : array(); parent::__construct($manager, $id, $args); $this->init(); } final protected function companion() { return \ColibriWP\PageBuilder\PageBuilder::instance(); } protected function init() { return true; } }
| ver. 1.4 |
Github
|
.
| PHP 8.2.29 | Генерация страницы: 0 |
proxy
|
phpinfo
|
Настройка