Product general data panel.
N/A
Sortie :
// Ajouter une fonction au hook action 'woocommerce_product_options_external'
add_action('woocommerce_product_options_external', 'ma_fonction_personnalisee', 10, 1);
function ma_fonction_personnalisee() {
// Votre code ici
error_log('Hook woocommerce_product_options_external déclenché');
}
Chargement des actualités...