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



single_post_title › WordPress Filter Hooks

Seit0.71
Veraltetn/v
apply_filters( 'single_post_title', $_post->post_title, $_post )
Parameter: (2)
  • (string) $_post_title The single post page title.
    Erforderlich: Ja
  • (WP_Post) $_post The current post.
    Erforderlich: Ja
Definiert in:
Codex:

Filters the page title for a single post.





Quellcode

$title = apply_filters( 'single_post_title', $_post->post_title, $_post );