Skip to menu

get_webcomic_collections

Alter the collections.

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

This filter allows hooks to alter the list of collection ID’s before standard arguments are applied to the collections array.

Parameters

array $collections

The collection ID’s.

array $args

Optional arguments.

Back to top