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



list_pages › WordPress Filter Hooks

Seit3.1.0
Veraltetn/v
apply_filters( 'list_pages', $title, $page )
Parameter: (2)
  • (string) $title Page title.
    Erforderlich: Ja
  • (WP_Post) $page Page data object.
    Erforderlich: Ja
Definiert in:
Codex:

Filters the page title when creating an HTML drop-down list of pages.





Quellcode

$title = apply_filters( 'list_pages', $title, $page );