Skip to content

Instantly share code, notes, and snippets.

@TanvirAmi
Created July 5, 2024 16:49
Show Gist options
  • Save TanvirAmi/4c49920647da4187aa053ba3496e7a6b to your computer and use it in GitHub Desktop.
Save TanvirAmi/4c49920647da4187aa053ba3496e7a6b to your computer and use it in GitHub Desktop.
<?php
function new_btn_class(){
return "botiga-modal-trigger";
}
add_filter('botiga_button_class', 'new_btn_class');
?>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment