Skip to content

Instantly share code, notes, and snippets.

@davisshaver
davisshaver / example.php
Created November 5, 2014 19:51
How we register a UI for [fusion-content]
<?php
add_action( 'init', 'register_fusion_content_ui' );
function register_fusion_content_ui() {
shortcode_ui_register_for_shortcode(
'fusion-content',
array(
'label' => 'Content',
@davisshaver
davisshaver / 0_reuse_code.js
Created August 15, 2014 18:15
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