Skip to content

Instantly share code, notes, and snippets.

@rameshelamathi
Created August 21, 2019 13:58
Show Gist options
  • Save rameshelamathi/37a6c421006c762f66826462f93336bc to your computer and use it in GitHub Desktop.
Save rameshelamathi/37a6c421006c762f66826462f93336bc to your computer and use it in GitHub Desktop.
Retainful Add to Cart popup additional classes support
add_filter('retainful_premium_add_to_cart_collection_button_classes',function($classes){
return array('add_to_cart_button_classes' => '.elementor-button-link');
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment