woocommerce_my_account_my_orders_title

FILTER woocommerce\templates\myaccount\my-orders.php (ligne 37) github
My Orders - Deprecated

Paramètres

Entrée :
esc_html__( 'Recent orders', 'woocommerce'
Sortie :
N/A

Utilisation

// Modifier la valeur avec le filtre 'woocommerce_my_account_my_orders_title'
add_filter('woocommerce_my_account_my_orders_title', 'ma_fonction_filtre', 10, 1);

function ma_fonction_filtre(esc_html__( 'Recent orders') {
    // Modifier la valeur
    return esc_html__( 'Recent orders';
}

Actualités

Chargement des actualités...