Skip to content

Instantly share code, notes, and snippets.

@ethanhinson
Created March 30, 2016 19:12
Show Gist options
  • Save ethanhinson/ad58aa188d97718069a236952788c067 to your computer and use it in GitHub Desktop.
Save ethanhinson/ad58aa188d97718069a236952788c067 to your computer and use it in GitHub Desktop.
function my_module_slider_alter($slideshow, $this->id, $this->settings) {
$output = picturefill_wp_apply_to_html($slideshow);
return $output;
}
add_filter('metaslider_slideshow_output', 'my_module_slider_alter');
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment