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



wp_link_pages › WordPress Filter Hooks

Seit3.6.0
Veraltetn/v
apply_filters( 'wp_link_pages', $output, $args )
Parameter: (2)
  • () output HTML output of paginated posts' page links.
    Erforderlich: Ja
  • () args An array or query string of arguments. See wp_link_pages() for information on accepted arguments.
    Erforderlich: Ja
Definiert in:
Codex:

Filters the HTML output of page links for paginated posts.





Quellcode

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