Skip to content

get_webcomic_collections_list_args

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

Alter the get_webcomic_collections_list() arguments.

apply_filters( 'get_webcomic_collections_list_args', array $args, array $collections )

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

Parameters

array $args

The arguments to filter.

array $collections

The collections included in the list.

Clone this wiki locally