Skip to content

Instantly share code, notes, and snippets.

View jcerodizonchou's full-sized avatar

Jerome Dizon jcerodizonchou

View GitHub Profile
@jcerodizonchou
jcerodizonchou / WP_Bag_of_Tricks.txt
Created July 14, 2016 07:56 — forked from boogah/WP_Bag_of_Tricks.txt
Things I've learned by being a WordPress nerd.
WP Bag of Tricks
1. Helpful Scripts/Plugins:
Hacks:
http://wordpress.org/extend/plugins/tac/
http://wordpress.org/extend/plugins/exploit-scanner/ (Can be extremely resource intensive.)
http://wordpress.org/extend/plugins/wp-malwatch/
@jcerodizonchou
jcerodizonchou / gist:977b797de6e4daab1b00
Created September 30, 2015 05:29 — forked from boucher/gist:1750368
Stripe sample checkout form
<!DOCTYPE html>
<html lang="en">
<head>
<meta http-equiv="Content-type" content="text/html; charset=utf-8" />
<title>Stripe Sample Form</title>
<script type="text/javascript" src="https://ajax.googleapis.com/ajax/libs/jquery/1.6.2/jquery.min.js"></script>
<script type="text/javascript" src="https://ajax.aspnetcdn.com/ajax/jquery.validate/1.8.1/jquery.validate.min.js"></script>
<script type="text/javascript" src="https://js.stripe.com/v1/"></script>
<script type="text/javascript">