Skip to content

mc_datepicker_html

github-actions[bot] edited this page May 15, 2026 · 4 revisions

Filter the My Calendar datepicker output.

Auto-generated Example

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

Parameters

  • {string} $output Default datepicker output.
  • {array} $args Datepicker setup arguments.

Returns

{string}

Files

apply_filters( 'mc_datepicker_html', $output, $args )

← All Hooks

Clone this wiki locally