Created
November 15, 2017 11:52
-
-
Save wpflippercode/d0f92eb6540c8da18570d95a5564ec37 to your computer and use it in GitHub Desktop.
Change the featured image slider - WP Featured Images Pro
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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