Created
November 15, 2017 11:50
-
-
Save wpflippercode/eff99928d8a1048a2ec576196d0f44b1 to your computer and use it in GitHub Desktop.
Change Slider Effect Or Any Other Configuration For Particular Post / Page - WP Feature Image Slider 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_post_type_wise_config','wfip_slider_configuration'); | |
function wfip_slider_configuration($config) { | |
//modify slider configuration based on post id present in config and return updated array | |
return $config; | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment