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



pre_months_dropdown_query › WordPress Filter Hooks

Seit5.7.0
Veraltetn/v
apply_filters( 'pre_months_dropdown_query', false, $post_type )
Parameter: (2)
  • () months 'Months' drop-down results. Default false.
    Erforderlich: Ja
  • () post_type The post type.
    Erforderlich: Ja
Definiert in:
Codex:

Filters whether to short-circuit performing the months dropdown query.





Quellcode

$months = apply_filters( 'pre_months_dropdown_query', false, $post_type );