Skip to content

Instantly share code, notes, and snippets.

Created May 24, 2017 08:24
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 anonymous/8342fddf30231ce1013fd18a0cf88b47 to your computer and use it in GitHub Desktop.
Save anonymous/8342fddf30231ce1013fd18a0cf88b47 to your computer and use it in GitHub Desktop.
/**
* [mediclean_pro_child_custom_slider_placement Changing the main slider placement ]
* @return [type] [NULL]
*/
function mediclean_pro_child_custom_slider_placement() {
// Add slider to the theme.
remove_action( 'mediclean_action_before_content', 'mediclean_add_featured_slider', 5 );
// Add slider to the theme.
add_action( 'mediclean_action_after_content', 'mediclean_add_featured_slider', 15 );
}
add_action( 'init', 'mediclean_pro_child_custom_slider_placement' );
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment