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

webcomic_new_collection

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

Alter the default collection settings.

apply_filters( 'webcomic_new_collection', array $defaults )

This filter allows hooks to alter the default settings of new a collection. Any settings that remain unset will be copied from whatever collection is being used as the $base collection.

Parameters

array $defaults

The default collection settings.

Clone this wiki locally