Skip to menu

get_webcomic_term_args

Alter the get_webcomic_term() arguments.

apply_filters( 'get_webcomic_term_args', array $args, mixed $term )

This filter allows hooks to alter the get_webcomic_term() arguments before they’re passed to get_term().

Parameters

array $args

Optional arguments.

mixed $term

Optional term to get.

Back to top