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



post_type_archive_title › WordPress Filter Hooks

Seit3.1.0
Veraltetn/v
apply_filters( 'post_type_archive_title', $post_type_obj->labels->name, $post_type )
Parameter: (2)
  • (string) $post_type_name Post type 'name' label.
    Erforderlich: Ja
  • (string) $post_type Post type.
    Erforderlich: Ja
Definiert in:
Codex:

Filters the post type archive title.





Quellcode

$title = apply_filters( 'post_type_archive_title', $post_type_obj->labels->name, $post_type );