Skip to content

mc_default_options

Joe Dolson edited this page May 15, 2026 · 4 revisions

Filter the default values for My Calendar settings.

Auto-generated Example

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

Parameters

  • {array} $options Array of My Calendar settings.

Returns

{array}

Files

apply_filters( 'mc_default_options', $options )

← All Hooks

Clone this wiki locally