Estou criando um tema filho da Storefront.
Agora eu quero remover essas ações no tema filho
add_action( 'woocommerce_before_shop_loop','storefront_sorting_wrapper',9 );
por esta função:
add_action( 'after_setup_theme','remove_action', 100 );
function remove_action() {
remove_action( 'init', 'woocommerce_before_shop_loop');
}
mas não funciona!
actions
child-theme
Ehsan
fonte
fonte