Файловый менеджер - Редактировать - /home/bean7936/marc-morin.fr/wp-content/plugins/csv-xml-import-for-acf/src/groups/GroupV4Local.php
Назад
<?php namespace pmai_acf_add_on\groups; if ( ! defined( 'ABSPATH' ) ) exit; // Exit if accessed directly /** * Class GroupV4Local * @package pmai_acf_add_on\groups */ class GroupV4Local extends Group { /** * Init group fields which are saved locally in the code for ACF v4.x */ public function initFields() { // $acf_register_field_group is provided by the Advanced Custom Fields plugin. global $acf_register_field_group; if (!empty($acf_register_field_group)) { foreach ($acf_register_field_group as $key => $group) { if ($group['id'] == $this->group['ID']) { $this->fieldsData = $group['fields']; break; } } } // create field instances parent::initFields(); } }
| ver. 1.6 |
Github
|
.
| PHP 8.3.30 | Генерация страницы: 0 |
proxy
|
phpinfo
|
Настройка