Jean-Baptiste
Guest
Member
Hello,
I created the following file in the src/addons/Test/Rewrite301/Html/Renderer/BbCode.php file :
PHP:
Code:
And I added the following class extension to my addon :

But "die" code is never being triggered...
Thanks for the help
Continue reading...
Continue reading...
I created the following file in the src/addons/Test/Rewrite301/Html/Renderer/BbCode.php file :
PHP:
Code:
Code:
<?php
namespace Test\Rewrite301\Html\Renderer;
die("Here");
class BbCode extends XFCP_BbCode
{
}

But "die" code is never being triggered...
Thanks for the help
Continue reading...
Continue reading...