action_scheduler_list_table_column_args

FILTER woocommerce\packages\action-scheduler\classes\ActionScheduler_ListTable.php (ligne 279) github
Serializes the argument of an action to render it in a human friendly format.

Paramètres

Entrée :
'', $row
Sortie :
@param array $row The array representation of the current row of the table.
@return string

Utilisation

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

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

Actualités

Chargement des actualités...