wpseek.com
Un motore di ricerca WordPress per sviluppatori e autori di temi



get_{$adjacent}_post_excluded_terms › WordPress Filter Hooks

Da4.4.0
Deprecaton/a
apply_filters( "get_{$adjacent}_post_excluded_terms", $excluded_terms )
Parametri:
  • (int[]|string) $excluded_terms Array of excluded term IDs. Empty string if none were provided.
    Richiesto:
Definito a:
Codex:

Filters the IDs of terms excluded from adjacent post queries.

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

Possible hook names include:

  • get_next_post_excluded_terms
  • get_previous_post_excluded_terms




Sorgenti

$excluded_terms = apply_filters( "get_{$adjacent}_post_excluded_terms", $excluded_terms );