mikelittle

Add Galleries and Lightbox 2 to text widgets

Feb 21st, 2013
153
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
PHP 0.38 KB | None | 0 0
  1. <?php
  2. /*
  3. Plugin Name: Add Galleries and Lightbox 2 to text widgets
  4. Plugin URI:
  5. Description: Add Lightbox 2 to WP Galleries in a Text Widget. Requires http://wordpress.org/extend/plugins/wp-lightbox-2/
  6. Author: Mike Little
  7. Author URI: http://mikelittle.org
  8. Version: 0.1
  9. */
  10. add_filter( 'widget_text', 'do_shortcode');
  11. add_filter('widget_text', 'jqlb_autoexpand_rel_wlightbox', 99);
Advertisement
Add Comment
Please, Sign In to add comment