Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- <?php
- /*
- Plugin Name: Add Galleries and Lightbox 2 to text widgets
- Plugin URI:
- Description: Add Lightbox 2 to WP Galleries in a Text Widget. Requires http://wordpress.org/extend/plugins/wp-lightbox-2/
- Author: Mike Little
- Author URI: http://mikelittle.org
- Version: 0.1
- */
- add_filter( 'widget_text', 'do_shortcode');
- add_filter('widget_text', 'jqlb_autoexpand_rel_wlightbox', 99);
Advertisement
Add Comment
Please, Sign In to add comment