Renders after the 'blank state' message for the order list table has rendered.
N/A
Sortie :
// 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é');
}
Chargement des actualités...