Saya membuat tema anak dari Storefront.
Sekarang saya ingin menghapus aksi ini dalam tema anak
add_action( 'woocommerce_before_shop_loop','storefront_sorting_wrapper',9 );
oleh fungsi ini:
add_action( 'after_setup_theme','remove_action', 100 );
function remove_action() {
remove_action( 'init', 'woocommerce_before_shop_loop');
}
tetapi tidak berhasil!