Skip to content

Instantly share code, notes, and snippets.

@azdak
azdak / dsa-committees.php
Created July 31, 2018 16:59
dsa504wp Committee Plugin
<?php
/**
* Plugin Name: DSA504 Committees Plugin
* Description: Creates a 'committee' custom post type
* Version: 0.1
* Author: T. Daniel
* Author URI: http://tdanieldesign.com
* License: GPL2
* Copyright 2017 T. Daniel (email : trey@tdanieldesign.com)
*/
@azdak
azdak / keybase.md
Last active December 14, 2017 01:22

Keybase proof

I hereby claim:

  • I am azdak on github.
  • I am azdak_ (https://keybase.io/azdak_) on keybase.
  • I have a public key ASBzLpFK5YodrgRF0QaOHuA1yQw-s9zIW1uAIE8KKLdOyQo

To claim this, I am signing this object:

@azdak
azdak / new_gist_file_0.js
Last active August 24, 2017 21:29
Call tracking callback and call, for port to GTM
//
// this is the callback function
//
var NumToReplacePretty;
var NumToReplace;
var callback = function(formatted_number, mobile_number) {
console.log("Call tracking callback fired!");
console.log("formatted #:"+formatted_number);
console.log("mobile #:"+mobile_number);