Skip to content

Instantly share code, notes, and snippets.

View tommygebru's full-sized avatar
:octocat:
Looking for work

tommy tommygebru

:octocat:
Looking for work
View GitHub Profile
Github Repo: https://github.com/tommygebru/legend-octopus
Github Pages: https://tommygebru.github.io/legend-octopus
@tommygebru
tommygebru / gist:a6d879c4a05fb278adc1508922ea4a0c
Created July 20, 2019 02:31
quick comments for unit 4 project - phrase hunter
class Phrase { constructor(phrase){ this.phrase = phrase.toLowerCase();
}//constructor
addPhraseToDisplay(){
///#phrase div with an inner ul element, no li elements yet
}//method
checkLetter(){
@tommygebru
tommygebru / gravityview-trigger-gform_after_submission-form-12.php
Last active February 28, 2019 01:38 — forked from zackkatz/gravityview-trigger-gform_after_submission-form-12.php
GravityView - Trigger the `gform_after_submission` action when an entry is edited, but ONLY for Form #12.
<?php
/**
* GravityView doesn't trigger the `gform_after_submission` action when editing entries. This does that,
* but ONLY FOR FORM #12.
*
* @param array $form
* @param int $entry_id ID of the entry being updated
* @param GravityView_Edit_Entry_Render $object
*