wpseek.com
Outil de recherche WordPress pour les développeurs et auteurs de thèmes



{$adjacent}_post_rel_link › Les Filtres WordPress

Depuis2.8.0
Dépréciéen/a
apply_filters( "{$adjacent}_post_rel_link", $link )
Paramètres:
  • (string) $link The relational link.
    Requis: Oui
Défini(e) dans:
Codex:

Filters the adjacent post relational link.

The dynamic portion of the hook name, $adjacent, refers to the type of adjacency, 'next' or 'previous'.

Possible hook names include:

  • next_post_rel_link
  • previous_post_rel_link




Source

return apply_filters( "{$adjacent}_post_rel_link", $link );