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

has_webcomic_transcript_term()

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

Does the post have a comic transcript term?

has_webcomic_transcript_term( string $taxonomy = '', mixed $term = null, mixed $post = null ) : bool

Parameters

string $taxonomy

Optional taxonomy to check. May be a type of taxonomy (like language) or empty.

mixed $term

Optional term to check.

mixed $post

Optional post to check.

Return

bool

Clone this wiki locally