Advertisement
Guest User

enfold_customization

a guest
Feb 3rd, 2015
43
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
PHP 0.19 KB | None | 0 0
  1. add_filter( 'avf_slideshow_link_tags', 'enfold_customization_change_image_tags', 10, 2 );
  2. function enfold_customization_change_image_tags( $beginning, $end ) {
  3.     return array( 'div', 'div' );
  4. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement