action_scheduler_maximum_args_length

FILTER woocommerce\packages\action-scheduler\classes\data-stores\ActionScheduler_wpPostStore.php (ligne 1056) github
Determine whether the post store can be migrated.

Paramètres

Entrée :
191
Sortie :
@param [type] $setting - Setting value.
@return bool

Utilisation

// Modifier la valeur avec le filtre 'action_scheduler_maximum_args_length'
add_filter('action_scheduler_maximum_args_length', 'ma_fonction_filtre', 10, 1);

function ma_fonction_filtre(191) {
    // Modifier la valeur
    return 191;
}

Actualités

Chargement des actualités...