Quantcast
Channel: WordPress.org Forums » All Topics
Viewing all articles
Browse latest Browse all 73026

Can’t Remove Storefront breadcrumbs

$
0
0

Replies: 0

Hi
I h’ve sent this question on storefront support page but no one answer me .

I have problem removing breadcrumbs with remove_action

i want to reposition storefront breadcrumbs
its already hooked in storefront_content_top
i added this line to my child theme function.php but its not working :

remove_action( ‘storefront_content_top’, ‘woocommerce_breadcrumb’, 10);

finally i removed it by commeting this line on storefront-woocommerce-template-hooks.php :

add_action( 'storefront_content_top', 'woocommerce_breadcrumb', 10 );

but its not safe and i will lose this change on theme update .

anyhelp will be appreciated


Viewing all articles
Browse latest Browse all 73026

Trending Articles