You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Shortcode::strip($string) will remove a shortcode like this : [link href="/toto"]Toto[/link] => `` (empty)
Proposal :
It would be great to add a parameter into strip method in order to keep or not the content, so we can strip like this : [link href="/toto"]Toto[/link] => Toto
The text was updated successfully, but these errors were encountered:
Current behavior :
Shortcode::strip($string) will remove a shortcode like this :
[link href="/toto"]Toto[/link]
=> `` (empty)Proposal :
It would be great to add a parameter into strip method in order to keep or not the content, so we can strip like this :
[link href="/toto"]Toto[/link]
=>Toto
The text was updated successfully, but these errors were encountered: