Skip to content
This repository was archived by the owner on Jan 2, 2025. It is now read-only.

get_webcomic_collections

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

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.

Clone this wiki locally