Memory exceeded Ensures the batch process never exceeds 90% of the maximum WordPress memory.
$return
Sortie :
@return bool
// Modifier la valeur avec le filtre 'woocommerce_product_importer_memory_exceeded'
add_filter('woocommerce_product_importer_memory_exceeded', 'ma_fonction_filtre', 10, 1);
function ma_fonction_filtre($return) {
// Modifier la valeur
return $return;
}
Chargement des actualités...