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



wp_list_pages › WordPress Filter Hooks

Seit4.4.0
Veraltetn/v
apply_filters( 'wp_list_pages', $output, $parsed_args, $pages )
Parameter: (3)
  • () output HTML output of the pages list.
    Erforderlich: Ja
  • () parsed_args An array of page-listing arguments. See wp_list_pages() for information on accepted arguments.
    Erforderlich: Ja
  • () pages Array of the page objects.
    Erforderlich: Ja
Siehe:
  • wp_list_pages()
Definiert in:
Codex:

Filters the HTML output of the pages to list.





Quellcode

$html = apply_filters( 'wp_list_pages', $output, $parsed_args, $pages );