Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- function remove_parent_filters() {
- remove_filter( 'wc_locate_template', 'jas_claue_wc_locate_template', 10, 3 );
- remove_filter( 'wc_get_template_part', 'jas_claue_wc_template_parts', 10, 3 );
- }
- add_action( 'after_setup_theme', 'remove_parent_filters' );
Advertisement
Add Comment
Please, Sign In to add comment