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

get_webcomic_term_url

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

Alter the comic term URL.

apply_filters( 'get_webcomic_term_url', string $url, WP_Term $comic_term, array $post_args, mixed $post, array $args, mixed $term )

This filter allows hooks to alter the requested term's URL. Note that this filter does not run if the $query_url argument has been specified; it will run during the query URL redirect.

Parameters

string $url

The comic term URL.

WP_Term $comic_term

The comic term the URL points to.

array $post_args

Optional post arguments.

mixed $post

Optional reference post.

array $args

Optional arguments.

mixed $term

Optional reference term.

Clone this wiki locally