Skip to content

Instantly share code, notes, and snippets.

@cferdinandi
cferdinandi / kraken-addon-checklist.md
Last active August 29, 2015 14:05
Kraken add-on checklists...

Kraken

  • Kraken

Scripts

  • Buoy
  • Astro
  • Drop
  • Houdini

Event Name:

Location:

Date:


Talk topic:

@allenmoore
allenmoore / async.php
Last active September 6, 2016 14:23
Async an arrayed list of JavaScript files with script_loader_tag
/**
* Function to Async an arrayed list of JavaScript files.
*
* @param $tag
* @param $handler
* @param $src
*
* @return mixed
*/
function async_scripts( $tag, $handler, $src ) {
@cferdinandi
cferdinandi / prototypal.js
Created September 28, 2015 19:03
Prototypal inheritance boilerplate via @toddmotto...
// IIFE, or any type of wrapper to export
var newModule = (function () {
// non-instance private vars
var someVar;
// @constructor
function MyConstructor(elem, options) {
var defaults = {};
this.elem = elem;
@amdrew
amdrew / gist:9313218
Last active April 14, 2017 19:39
Easy Digital Downloads - Show user's purchase history as dashboard widget
<?php
/**
* Register the dasboard widget
*/
function sumobi_edd_register_dashboard_widgets() {
wp_add_dashboard_widget( 'sumobi_edd_purchase_history', __( 'Purchase History', 'edd' ), 'sumbi_edd_purchase_history_widget' );
}
add_action( 'wp_dashboard_setup', 'sumobi_edd_register_dashboard_widgets' );
@cferdinandi
cferdinandi / iife.js
Last active December 7, 2017 06:59
An IIFE wrapper for JS functions...
;(function (window, document, undefined) {
'use strict';
// Code goes here...
})(window, document);
@wpsmith
wpsmith / wps_enqueue_jquery.php
Last active March 19, 2018 20:55
PHP: Enqueue Google CDN jQuery with fallback to WordPress
<?php
add_action( 'wp_enqueue_scripts', 'wps_enqueue_jquery' );
/**
* Enqueue jQuery from Google CDN with fallback to local WordPress
*
* @link http://codex.wordpress.org/Function_Reference/wp_enqueue_script
* @link http://codex.wordpress.org/Function_Reference/wp_register_script
* @link http://codex.wordpress.org/Function_Reference/wp_deregister_script
* @link http://codex.wordpress.org/Function_Reference/get_bloginfo
* @link http://codex.wordpress.org/Function_Reference/is_wp_error
@cferdinandi
cferdinandi / mailchimp.txt
Last active April 17, 2018 14:57
Mailchimp conditionals
*|INTERESTED:Purchases:Academy Membership|*
message 1
*|ELSE:|*
message 2
*|END:INTERESTED|*
@cabans
cabans / CSScomb.sublime-settings
Created December 23, 2013 19:08
CSSComb Alphabetical Order
{
"custom_sort_order": true,
"sort_order": [
"-webkit-animation",
"-moz-animation",
"-ms-animation",
"-o-animation",
"animation",
"-webkit-animation-delay",
"-moz-animation-delay",
@wesbos
wesbos / gist:d7877929def4368cdb8abc12c5d3e38b
Last active September 9, 2020 15:21
"Out Of Office" Filter
Trying to filter "out of office" emails from my inbox as I receive a lot of them when I send a blast.
I need help - what do your "out of office" emails say in your langauge? Comment Below!
## Gmail Filter
("Automatische Antwort" OR "Automatic reply" OR "AutoReply" OR "Out of Office" OR "Xesc Duran" OR "Abwesend" OR "Absence" OR "Absence du bureau" OR "À l'extérieur du bureau" OR "Réponse automatique" OR "Abwesenheitsnotiz" OR "Resposta automática" OR "Automaattinen vastaus" OR "Automatisch antwoord" OR "Afwezig" OR "Afwezigheid" OR "Niet aanwezig" OR "Poza zasięgiem" OR "Na wakacjach" OR "Poza biurem" OR "Automatyczna odpowiedź" OR "Z dala od komputera" OR "Αυτόματη απάντηση" OR "Εκτός γραφείου" OR "na dovolenké" OR "mimo kancelárie" OR "automatická odpověď" OR "Autosvar" OR "Fora do escritório" OR "na dovolené" OR "mimo kancelář")
## List
Automatische Antwort
Automatic reply