Time exceeded. Ensures the batch never exceeds a sensible time limit. A timeout limit of 30s is common on shared hosting.
$return
Sortie :
@return bool
// Modifier la valeur avec le filtre 'woocommerce_product_importer_time_exceeded'
add_filter('woocommerce_product_importer_time_exceeded', 'ma_fonction_filtre', 10, 1);
function ma_fonction_filtre($return) {
// Modifier la valeur
return $return;
}
Chargement des actualités...