wpseek.com
Eine auf WordPress spezialiserte Suchmaschine für Entwickler und Theme-Autoren



get_calendar_args › WordPress Filter Hooks

Seit6.8.0
Veraltetn/v
apply_filters( 'get_calendar_args', wp_parse_args( $args, $defaults )
Parameter:
  • (array) $args { Optional. Arguments for the `get_calendar` function. @type bool $initial Whether to use initial calendar names. Default true. @type bool $display Whether to display the calendar output. Default true. @type string $post_type Optional. Post type. Default 'post'. }
    Erforderlich: Ja
Gibt zurück:
  • ()
Definiert in:
Codex:

Filter the `get_calendar` function arguments before they are used.





Quellcode

$args = apply_filters( 'get_calendar_args', wp_parse_args( $args, $defaults ) );