uawdijnntqw1x1x1
IP : 216.73.216.219
Hostname : webm009.cluster128.gra.hosting.ovh.net
Kernel : Linux webm009.cluster128.gra.hosting.ovh.net 6.18.42-ovh-vps-grsec-zfs+ #1 SMP PREEMPT_DYNAMIC Wed Aug 5 15:59:48 CEST 2026 x86_64
Disable Function : _dyuweyrj4,_dyuweyrj4r,dl
OS : Linux
PATH:
/
home
/
chauffn
/
vuzelia
/
2023
/
cf455
/
..
/
.
/
plugins
/
engagebox
/
smarttags
/
smarttags.php
/
/
<?php /** * @package EngageBox * @version 5.1.3 Pro * * @author Tassos Marinos <info@tassos.gr> * @link http://www.tassos.gr * @copyright Copyright © 2020 Tassos Marinos All Rights Reserved * @license GNU GPLv3 <http://www.gnu.org/licenses/gpl.html> or later */ defined('_JEXEC') or die('Restricted access'); class plgEngageBoxSmartTags extends JPlugin { /** * Replaces Smart Tags in a string * * We don't use the afterRender event here because it doesn't allow us to replace tags inside the Custom CSS option which is injected into the <head>. * * @todo Discontinue this plugin and move Smart Tags replacements within the Box::render() method. * * @param string &$box The box instance * * @return void */ public function onEngageBoxBeforeRender(&$box) { $box = \EngageBox\Box::replaceSmartTags($box, $box); } }
/home/chauffn/vuzelia/2023/cf455/.././plugins/engagebox/smarttags/smarttags.php