Skip to content

Instantly share code, notes, and snippets.

@jmabbas
Created May 3, 2017 05:51
Show Gist options
  • Save jmabbas/e57d3d27fbd16bbbf49e87a6f5cef7b8 to your computer and use it in GitHub Desktop.
Save jmabbas/e57d3d27fbd16bbbf49e87a6f5cef7b8 to your computer and use it in GitHub Desktop.
Pizzaro add-ons remove in shop page
function pz_child_wp_loaded() {
remove_action( 'woocommerce_shop_loop_item_title', 'pizzaro_wapo_display_on_loop', 20 );
}
add_action( 'wp_loaded', 'pz_child_wp_loaded' );
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment