Serializes the argument of an action to render it in a human friendly format.
'', $row
Sortie :
@param array $row The array representation of the current row of the table. @return string
// 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 '';
}
Chargement des actualités...