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



wp_link_pages › WordPress Filter Hooks

Since3.6.0
Deprecatedn/a
apply_filters( 'wp_link_pages', $output, $args )
Parameters: (2)
  • () output HTML output of paginated posts' page links.
    Required: Yes
  • () args An array or query string of arguments. See wp_link_pages() for information on accepted arguments.
    Required: Yes
Defined at:
Codex:

Filters the HTML output of page links for paginated posts.





Source

$html = apply_filters( 'wp_link_pages', $output, $args );