Code:
$options = array_merge([
'term' => '',
'fromStart' => false,
'stripBbCode' => false,
'stripQuote' => false,
'hideUnviewable' => true,
'stripHtml' => false,
'stripPlainTag' => false,
'censor' => true
], $options);
What can I do here?
I think about to have something like this:
a) a snippet with bbcodes, but without optional bbcodes, i dont want to have
b) a snippet without bbcodes, but with optional bbcodes i want to have
I should try instead asking, i will do now ...
Last edited: