XenForo
Administrative
- Thread starter
- Admin
- #1
Hello,
I created the following file in the src/addons/Test/Rewrite301/Html/Renderer/BbCode.php file :
PHP:
And I added the following class extension to my addon :

But "die" code is never being triggered...
Thanks for the help
Read more about this Feed . . .
I created the following file in the src/addons/Test/Rewrite301/Html/Renderer/BbCode.php file :
PHP:
Code:
<?php
namespace Test\Rewrite301\Html\Renderer;
die("Here");
class BbCode extends XFCP_BbCode
{
}
And I added the following class extension to my addon :

But "die" code is never being triggered...
Thanks for the help
Read more about this Feed . . .