Skip to content
This repository was archived by the owner on Jan 2, 2025. It is now read-only.

get_webcomic_adjacent_term

Michael Sisk edited this page Apr 10, 2018 · 1 revision

Alter the adjacent term.

apply_filters( 'get_webcomic_adjacent_term', int $id, array $terms, WP_Term $reference, array $args, mixed $term )

This filter allows hooks to alter which term is the adjacent term.

Parameters

int $id

The adjacent term ID.

array $terms

The term ID's.

WP_Term $reference

The reference term.

array $args

Optional arguments.

mixed $term

Optional term to get.

Clone this wiki locally