Skip to content

Instantly share code, notes, and snippets.

@pbearne
Created April 7, 2021 16:31
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save pbearne/f46853cf747bbac7f4f912ba7f1e2734 to your computer and use it in GitHub Desktop.
Save pbearne/f46853cf747bbac7f4f912ba7f1e2734 to your computer and use it in GitHub Desktop.
add_filter('matador_template_button_classes', 'add_theme_button_classes');
function add_theme_button_classes( $classes ){
// add the classes used by your theme to the default Matador classes
return $classes . ' btn btn-primary btn-block';
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment