Allows modifying the list of order properties that are ignored during HPOS synchronization or verification.
array(
Sortie :
@param string[] List of order properties or meta keys.
// Modifier la valeur avec le filtre 'woocommerce_hpos_sync_ignored_order_props'
add_filter('woocommerce_hpos_sync_ignored_order_props', 'ma_fonction_filtre', 10, 1);
function ma_fonction_filtre(array() {
// Modifier la valeur
return array(;
}
Chargement des actualités...