Skip to content

Instantly share code, notes, and snippets.

View xeiter's full-sized avatar

Anton Zaroutski xeiter

View GitHub Profile
<?php
$all_forms = RGFormsModel::get_forms( null, 'title' );
$form_options = array();
foreach ( $all_forms as $form ) {
$form_options[ $form->title ] = $form->id;
}
@xeiter
xeiter / 0_reuse_code.js
Created December 17, 2015 21:03
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