Skip to content

Instantly share code, notes, and snippets.

View tammalee's full-sized avatar

Tammy Lee tammalee

  • Edmonton, AB
View GitHub Profile
<?php
function acf_json_save_point ($path) {
return __DIR__.'/data/acf';
}
function acf_json_load_point ($path) {
return [__DIR__.'/data/acf'];
}
@tammalee
tammalee / 0_reuse_code.js
Created November 13, 2015 15:19
Here are some things you can do with Gists in GistBox.
// Use Gists to store code you would like to remember later on
console.log(window); // log the "window" object to the console