wpseek.com
A WordPress-centric search engine for devs and theme authors



wp_list_pages › WordPress Filter Hooks

Since4.4.0
Deprecatedn/a
apply_filters( 'wp_list_pages', $output, $parsed_args, $pages )
Parameters: (3)
  • () output HTML output of the pages list.
    Required: Yes
  • () parsed_args An array of page-listing arguments. See wp_list_pages() for information on accepted arguments.
    Required: Yes
  • () pages Array of the page objects.
    Required: Yes
See:
  • wp_list_pages()
Defined at:
Codex:

Filters the HTML output of the pages to list.





Source

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