Skip to menu

get_webcomic_transcripts_list_args

Alter the get_webcomic_transcripts_list() arguments.

apply_filters( 'get_webcomic_transcripts_list_args', array $args, array $transcripts )

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

Parameters

array $args

The arguments to filter.

array $transcripts

The post transcripts included in the list.

Back to top