mc_ignore_404_handler - joedolson/my-calendar GitHub Wiki
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_boundsDefault false.
Files
apply_filters( 'mc_ignore_404_handler', false )