Skip to menu

get_webcomic_transcript_authors_list_args

Alter the get_webcomic_transcript_authors_list() arguments.

apply_filters( 'get_webcomic_transcript_authors_list_args', array $args, array $authors )

This filter allows hooks to alter the arguments used by get_webcomic_transcript_authors_list().

Parameters

array $args

The arguments to filter.

array $authors

The authors included in the list.

Back to top