This repository has been archived by the owner on Jan 2, 2025. It is now read-only.
-
-
Notifications
You must be signed in to change notification settings - Fork 29
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.
The comic term URL.
The comic term the URL points to.
Optional post arguments.
Optional reference post.
Optional arguments.
Optional reference term.