* @link https://www.fireplugins.com * @copyright Copyright © 2021 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', ''); if (is_string($custom_code)) { $custom_code = stripslashes($custom_code); $custom_code = html_entity_decode($custom_code); } $close_button = (int) $box->get('params.data.closebutton.show', ''); $rtl = (int) $box->get('params.data.rtl', 0); ?>
' data-type='get('params.data.mode')); ?>' get('styles_container'))) { ?>style="get('styles_container')); ?>" dir="rtl"> renderer->public->render('closebutton', ['box' => $this->data->get('box', [])]); } ?>