Comment ajouter un fil d’Ariane personnalisé à l’URL d’accueil dans WooCommerce
<?php
add_filter( 'woocommerce_breadcrumb_home_url', 'woo_custom_breadrumb_home_url' );
function woo_custom_breadrumb_home_url() {
return get_permalink(6);
}
?>
Comment ajouter un fil d’Ariane personnalisé à l’URL d’accueil dans WooCommerce
<?php
add_filter( 'woocommerce_breadcrumb_home_url', 'woo_custom_breadrumb_home_url' );
function woo_custom_breadrumb_home_url() {
return get_permalink(6);
}
?>
Copyright © 2021 Codeinu
Forgot your account's password or having trouble logging into your Account? Don't worry, we'll help you to get back your account. Enter your email address and we'll send you a recovery link to reset your password. If you are experiencing problems resetting your password contact us