Guest User

Untitled

a guest
May 15th, 2017
100
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.26 KB | None | 0 0
  1. function remove_parent_filters() {
  2. remove_filter( 'wc_locate_template', 'jas_claue_wc_locate_template', 10, 3 );
  3. remove_filter( 'wc_get_template_part', 'jas_claue_wc_template_parts', 10, 3 );
  4. }
  5. add_action( 'after_setup_theme', 'remove_parent_filters' );
Advertisement
Add Comment
Please, Sign In to add comment