Estoy creando un tema hijo de Storefront.
Ahora quiero eliminar estas acciones en el tema secundario
add_action( 'woocommerce_before_shop_loop','storefront_sorting_wrapper',9 );
por esta función:
add_action( 'after_setup_theme','remove_action', 100 );
function remove_action() {
remove_action( 'init', 'woocommerce_before_shop_loop');
}
pero no funciona!
actions
child-theme
Ehsan
fuente
fuente