wc_marketplace_suggestions_orders_empty_state

ACTION woocommerce\src\Internal\Admin\Orders\ListTable.php (ligne 297) github
Renders after the 'blank state' message for the order list table has rendered.

Paramètres

Entrée :
N/A
Sortie :
N/A

Utilisation

// Ajouter une fonction au hook action 'wc_marketplace_suggestions_orders_empty_state'
add_action('wc_marketplace_suggestions_orders_empty_state', 'ma_fonction_personnalisee', 10, 1);

function ma_fonction_personnalisee() {
    // Votre code ici
    error_log('Hook wc_marketplace_suggestions_orders_empty_state déclenché');
}

Actualités

Chargement des actualités...