* @link https://www.fireplugins.com * @copyright Copyright © 2023 FirePlugins All Rights Reserved * @license GNU GPLv3 or later */ if (!defined('ABSPATH')) { exit; // Exit if accessed directly. } $box = $this->data->get('box', []); $box = new \FPFramework\Libs\Registry($box); $custom_code = $box->get('params.data.customcode', ''); $close_button = (int) $box->get('params.data.closebutton.show', ''); $rtl = (int) $box->get('params.data.rtl', 0); ?>
' data-type='get('params.data.mode')); ?>' dir="rtl"> renderer->public->render('closebutton', ['box' => $this->data->get('box', [])]); } ?>