Slideshow filter attr parameter
-
Slideshow filter not passing attr parameter to callback function.
Add-filter callback function only receives $attr on the first apply-filter parameter.// function slideshow() in class-eazyest-slideshow.php#L468 // $output = apply_filters( 'eazyest_slideshow', '', $attr ); // replace to $output = apply_filters( 'eazyest_slideshow', $attr );
https://www.ads-software.com/extend/plugins/eazyest-gallery/
- The topic ‘Slideshow filter attr parameter’ is closed to new replies.