php - Stripping shortcodes AND the content inside of them in Wordpress? -


in wordpress can use strip_shortcodes($content) remove shortcode brackets when showing excerpt of post, content inside shortcode?

usually shortcodes things buttons/youtube links/etc, contents "click here" or youtube url, strip_shortcodes ends in excerpt this:

raw post: "[button]click here[/button] lorem ipsum aptem"

excerpt output: "click here lorem ipsum aptem"

how can remove button contents (click here) brackets? thanks

acording codex http://codex.wordpress.org/function_reference/strip_shortcodes , testing remove shortcodes , content.


Comments

Popular posts from this blog

basic authentication with http post params android -

vb.net - Virtual Keyboard commands -

css - Firefox for ubuntu renders wrong colors -