Skip to content

Instantly share code, notes, and snippets.

@yanknudtskov
Last active June 18, 2018 06:20
Show Gist options
  • Save yanknudtskov/74850c7a206f5b28be86612108a4adbb to your computer and use it in GitHub Desktop.
Save yanknudtskov/74850c7a206f5b28be86612108a4adbb to your computer and use it in GitHub Desktop.
Remove cart from menu in Enfold theme #enfold #woocommerce
<?php
add_action( 'after_setup_theme', 'enfold_woocommerce_child_theme_code' );
function enfold_woocommerce_child_theme_code() {
remove_action( 'init', 'avia_woocommerce_cart_placement', 10);
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment