Skip to content

get_webcomic_collection_cart_link_class

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

Alter the link class.

apply_filters( 'get_webcomic_collection_cart_link_class', array $class, string $collection )

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

Parameters

array $class

The CSS classes.

string $collection

The collection the link is for.

Clone this wiki locally