Skip to content

Instantly share code, notes, and snippets.

View sashajustice's full-sized avatar

sashajustice sashajustice

  • Oakland, California
View GitHub Profile
@sashajustice
sashajustice / gravityview-trigger-gform_after_submission-form-12.php
Last active February 28, 2019 21:42 — 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 #20.
*
* @param array $form
* @param int $entry_id ID of the entry being updated
* @param GravityView_Edit_Entry_Render $object
*
@sashajustice
sashajustice / README.md
Created October 23, 2017 19:35 — forked from lg-bot/README.md
Phase 3 Interview Challenge B

Phase 3 Interview Challenge B

This is the challenge for getting into phase 3. There are 3 parts to the challenge.

To get started, create a new repository called phase-3-challenge. Do all of your work in this repo and submit it as your solution.

Skills covered:

  • Programming
  • Programming in JS