Skip to content

mc_style_variables

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

Filter the core My Calendar CSS variables.

Auto-generated Example

add_filter(
   'mc_style_variables',
    function( array $styles ) {
        // Your code here.
        return $styles;
    }
);

Parameters

  • array $styles Array of style variables.

Returns

array

Files

apply_filters( 'mc_style_variables', $styles )

← All Hooks

Clone this wiki locally