cartpops_cart_launcher_classes

Filter the classes added to the to the Cart Launcher. Applies to all instances, including the Elementor integration.

/**
 * Add or filter (specific) classes.
 *
 * @param array $classes Array of HTML class names.
 */
function my_prefix_classes_cart_launcher( $classes ) {
	$classes[] = 'custom-class';

	return $classes;
}
add_filter( 'cartpops_cart_launcher_classes', 'my_prefix_classes_cart_launcher', 10, 1 );

It's time to improve your WooCommerce Cart

CartPops is a WooCommerce Add To Cart Popup, that helps every shop owner improve their user experience, increase conversions & maximize profits.

Was this page helpful?