Skip to content

Instantly share code, notes, and snippets.

@wpflippercode
Created November 15, 2017 11:52
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save wpflippercode/d0f92eb6540c8da18570d95a5564ec37 to your computer and use it in GitHub Desktop.
Save wpflippercode/d0f92eb6540c8da18570d95a5564ec37 to your computer and use it in GitHub Desktop.
Change the featured image slider - WP Featured Images Pro
add_filter('wfip_slider_markup','wfip_slider_markup_configuration',10,3);
function wfip_slider_markup_configuration($html,$images,$received) {
//modify slider html markup, images according to requirements.
return $html;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment