[Plugin: Audio Player] – How to make 2.0b6 work in your text widgets.
-
Edit audioplayer.php, and after all the other add_filters, add a:
add_filter("widget_text", array(&$this, "processContent"));
and you can now do [audio:] shortcode syntax in your text widgets. The audioplayer code will not function if you enable shortcode in you widgets, seems they do their own hooks instead of registering a shortcode.
- The topic ‘[Plugin: Audio Player] – How to make 2.0b6 work in your text widgets.’ is closed to new replies.