Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save ahmedeshaan/0fb5d55bf1f307f2f2d290618f67310f to your computer and use it in GitHub Desktop.
Save ahmedeshaan/0fb5d55bf1f307f2f2d290618f67310f to your computer and use it in GitHub Desktop.
add_action('wp', function(){
remove_action( 'flatsome_category_title_alt', 'woocommerce_result_count', 20 );
remove_action( 'flatsome_category_title_alt', 'woocommerce_catalog_ordering', 30 );
remove_action( 'woocommerce_before_shop_loop', 'woocommerce_catalog_ordering', 30 );
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment