Файловый менеджер - Редактировать - /home/goldin10/public_html/getoutyourbox.com/wp-content/plugins/caldera-forms/cf2/Jobs/DeleteTransientJob.php
Error occurred
Назад
<?php namespace calderawp\calderaforms\cf2\Jobs; class DeleteTransientJob extends Job { /** * ID of transient to delete * * @since 1.8.0 * * @var string */ protected $transientId; /** * DeleteTransientJob constructor. * * @since 1.8.0 * * @param $transientId */ public function __construct($transientId) { $this->transientId = $transientId; } /** @inheritdoc */ public function handle() { \Caldera_Forms_Transient::delete_transient($this->transientId); } }
| ver. 1.4 |
Github
|
.
| PHP 7.2.34 | Генерация страницы: 0.06 |
proxy
|
phpinfo
|
Настройка