RSS Feed/News class StripQuotes

Status
Not open for further replies.

ENXF NET

Administrator
Staff member
Administrator
Moderator
+Lifetime VIP+
S.V.I.P.S Member
S.V.I.P Member
V.I.P Member
Collaborate
Registered
Joined
Nov 13, 2018
Messages
24,684
Points
823

Reputation:

Code:

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 with optional bbcodes, i dont want to have
b) a snippet without...

Read more

Continue reading...
 
Status
Not open for further replies.
Top