R
Robert9
Guest
Code:
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...
Read more
Continue reading...
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...
Read more
Continue reading...