This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<?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 | |
*/ |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
label { | |
cursor: pointer; | |
} | |
hr { | |
border-top: 1px solid #cccccc; | |
} | |
.pmpro_login_wrap, .pmpro_lost_password_wrap, .pmpro_reset_password_wrap { | |
margin: 0 auto; |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
quasar create proj_name -b v1 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
// 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": [ |