Skip to content

mc_return_to_calendar

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

Return to calendar URL from print view.

Auto-generated Example

add_filter(
   'mc_return_to_calendar',
    function(
        string $return_url,
        array $add
    ) {
        // Your code here.
        return $return_url;
    },
    10,
    2
);

Parameters

  • string $return_url URL to return to previous page.
  • array $add Array of parameters added to this URL.

Returns

string

Files

apply_filters( 'mc_return_to_calendar', mc_build_url( $add, array( 'feed', 'cid', 'href', 'searched' ), $return_url ), $add )

← All Hooks

Clone this wiki locally