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

get_webcomic_collection_link_class

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

Alter the link class.

apply_filters( 'get_webcomic_collection_link_class', array $class, array $args, string $collection )

This filter allows hooks to alter the CSS classes assigned to the link.

Parameters

array $class

The CSS classes.

array $args

Optional arguments.

string $collection

The collection the link is for.

Clone this wiki locally