wpseek.com
Un motore di ricerca WordPress per sviluppatori e autori di temi



post_type_archive_title › WordPress Filter Hooks

Da3.1.0
Deprecaton/a
apply_filters( 'post_type_archive_title', $post_type_obj->labels->name, $post_type )
Parametri: (2)
  • (string) $post_type_name Post type 'name' label.
    Richiesto:
  • (string) $post_type Post type.
    Richiesto:
Definito a:
Codex:

Filters the post type archive title.





Sorgenti

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