| 1 |
<?php |
| 2 |
/** |
| 3 |
* @package FireBox |
| 4 |
* @version 2.1.14 Free |
| 5 |
* |
| 6 |
* @author FirePlugins <info@fireplugins.com> |
| 7 |
* @link https://www.fireplugins.com |
| 8 |
* @copyright Copyright © 2024 FirePlugins All Rights Reserved |
| 9 |
* @license GNU GPLv3 <http://www.gnu.org/licenses/gpl.html> or later |
| 10 |
*/ |
| 11 |
|
| 12 |
if (!defined('ABSPATH')) |
| 13 |
{ |
| 14 |
exit; // Exit if accessed directly. |
| 15 |
} |
| 16 |
|
| 17 |
// get current url in WordPress |
| 18 |
|
| 19 |
|
| 20 |
?> |
| 21 |
<div |
| 22 |
class="firebox-notices" |
| 23 |
data-exclude="<?php esc_attr_e(htmlspecialchars(json_encode($this->data->get('exclude')))); ?>" |
| 24 |
data-ajaxurl="<?php esc_attr_e(admin_url('admin-ajax.php')); ?>" |
| 25 |
data-nonce="<?php esc_attr_e(wp_create_nonce('firebox_notices')); ?>" |
| 26 |
> |
| 27 |
</div> |