Skip to content

Instantly share code, notes, and snippets.

Created January 23, 2018 11:40
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/c5428359a3e79cadc5cd06eac81f49eb to your computer and use it in GitHub Desktop.
Save anonymous/c5428359a3e79cadc5cd06eac81f49eb to your computer and use it in GitHub Desktop.
Function kids_education_pro_section_customize(){
remove_action( 'kids_education_pro_primary_content', 'kids_education_pro_add_features_section', 30 );
remove_action( 'kids_education_pro_primary_content', 'kids_education_pro_add_team_section', 70 );
remove_action( 'kids_education_pro_primary_content_footer', 'kids_education_pro_add_category_blog_section', 10 );
add_action( 'kids_education_pro_primary_content', 'kids_education_pro_add_category_blog_section', 20 );
add_action( 'kids_education_pro_primary_content', 'kids_education_pro_add_features_section', 20 );
add_action( 'kids_education_pro_primary_content', 'kids_education_pro_add_team_section', 25 );
}
add_action('init','kids_education_pro_section_customize');
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment