Closed nicoder closed 5 years ago
The line 54 must be replaced from:
return parent::process($tokenList, 'REPLACE');
to
return parent::process($tokenList, $token_category);
and the default should be REPLACE not INSERT
I will make a new PR for this
Yes :_ D I found about 4 class with the some problem, all class that extend the same class that this one
In my tests not other need refactoring