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

webcomic_current_collection

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

Alter the current comic collection.

apply_filters( 'webcomic_current_collection', string $collection, string $url )

This filter allows hooks to provide additional matching features for identifying the current collection. As a constant, this value cannot be changed once it has been set.

Parameters

string $collection

The current collection.

string $url

The requested URL.

Clone this wiki locally