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



wp_link_pages_link › WordPress Filter Hooks

Since3.6.0
Deprecatedn/a
apply_filters( 'wp_link_pages_link', $link, $i )
Parameters: (2)
  • () link The page number HTML output.
    Required: Yes
  • () i Page number for paginated posts' page links.
    Required: Yes
Defined at:
Codex:

Filters the HTML output of individual page number links.





Source

$link = apply_filters( 'wp_link_pages_link', $link, $i );