Skip to content

Instantly share code, notes, and snippets.

View mathvp's full-sized avatar

Matheus Vieira mathvp

  • Bragança Paulista
View GitHub Profile
<?php
/*
Plugin Name: Peachpay Currency Switcher shortcode
Description: Custom Peachpay currency switcher shortcode
Version: 1.0.0
Author: Matheus Vieira
Author URI: https://github.com/mathvp
License: GPL2
*/
@mathvp
mathvp / Paid Membership Pro custom CSS style
Last active August 5, 2022 03:30
Wordpress Paid Membership Pro custom css style
label {
cursor: pointer;
}
hr {
border-top: 1px solid #cccccc;
}
.pmpro_login_wrap, .pmpro_lost_password_wrap, .pmpro_reset_password_wrap {
margin: 0 auto;
@mathvp
mathvp / gist:50571b926f7ced163ca1a9f46224ff56
Created September 16, 2021 11:29
Start a Quasar project with version 1
quasar create proj_name -b v1
@mathvp
mathvp / ruby.json
Last active February 2, 2019 01:16
Custom Ruby/Rails Snippets for VSCode
{
// Custom Ruby/Rails Snippets for VSCode - Matheus Vieira
// Place on .config/Code/User/snippets or go to 'File > Preferences >
// User snippets' and create a Ruby snippet file
// TODO Needs to remove extra whitespaces from the feature name string
// https://code.visualstudio.com/docs/editor/userdefinedsnippets
"do": {
"prefix": "do",
"body": [