Skip to content

mc_style_variables

github-actions[bot] edited this page May 15, 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