Skip to content

mc_ignore_404_handler

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

Ignore the 404 handler that prevents access to dates outside of the calendar bounds.

Auto-generated Example

add_filter(
   'mc_ignore_404_handler',
    function( bool $ignore_bounds ) {
        // Your code here.
        return $ignore_bounds;
    }
);

Parameters

  • bool $ignore_bounds Default false.

Files

apply_filters( 'mc_ignore_404_handler', false )

← All Hooks

Clone this wiki locally