2288* @type bool$initial Whether to useinitial calendar names.Defaulttrue.2289* @type bool$display Whether to display the calendar output.Defaulttrue.2290* @type string$post_type Optional. Post type.Default'post'.2291*}2292* @returnarray The arguments for the `get_calendar`function.2293*/2294$args=apply_filters('get_calendar_args',wp_parse_args($args,$defaults));22952296if(!post_type_exists($args['post_type'])){2297$args['post_type']='post';2298}22992300$w=0;
History
Introduced in 6.8.0. Unchanged from 6.8.8 through 7.1.0.