Skip to content

mc_today_attributes

github-actions[bot] edited this page Jun 3, 2026 · 4 revisions

Modify the arguments used to generate today's events.

Auto-generated Example

add_filter(
   'mc_today_attributes',
    function(
        array $args,
        array
    ) {
        // Your code here.
        return $args;
    },
    10,
    2
);

Parameters

  • array $args All arguments used to generate this list.
  • array $params Subset of parameters used to generate this list's ID hash. Other variable names: $params

Returns

array Array of event listing arguments.

Files

apply_filters( 'mc_today_attributes', $args, $params )

← All Hooks

Clone this wiki locally