get_calendar_args
get_calendar_args
Appears in: wordpress-6.8, wordpress-6.8.1, wordpress-6.8.2, wordpress-6.8.3, wordpress-6.9, wordpress-6.9.1, wordpress-6.9.2, wordpress-6.9.3, wordpress-6.9.4
Hook Type: filter
Displaying hooks found in version: wordpress-6.9.4apply_filters('get_calendar_args') is found 1 times:
- /wp-includes/general-template.php line 2299
* @type bool $display Whether to display the calendar output. Default true. * @type string $post_type Optional. Post type. Default 'post'. * } */ $args = apply_filters( 'get_calendar_args', wp_parse_args( $args, $defaults ) ); if ( ! post_type_exists( $args['post_type'] ) ) { $args['post_type'] = 'post'; } $w = 0;