Skip to content

Instantly share code, notes, and snippets.

@wpflippercode
Created November 15, 2017 11:50
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/eff99928d8a1048a2ec576196d0f44b1 to your computer and use it in GitHub Desktop.
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
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