Skip to menu

get_webcomic_collection_cart_link_class

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.

Back to top