First let's make sure HB is updated. Open up terminal for the following steps.
$ brew update
| <?php declare(strict_types=1); | |
| /** | |
| * Plugin Name: Demo App Passwords Client | |
| */ | |
| namespace TimothyBJacobs\AppPasswordsClientDemo; | |
| const META_KEY = '_app_passwords_client_demo_creds'; | |
| const PAGE = 'app-passwords-demo'; |
First let's make sure HB is updated. Open up terminal for the following steps.
$ brew update
| <?php | |
| /** | |
| * @Author Anonymous | |
| * @link http://www.redrokk.com | |
| * @Package Wordpress | |
| * @SubPackage RedRokk Library | |
| * @copyright Copyright (C) 2011+ Redrokk Interactive Media | |
| * | |
| * @version 0.1 | |
| */ |
| // Use Gists to store code you would like to remember later on | |
| console.log(window); // log the "window" object to the console |
| /** | |
| * Validate a Gravity Forms license submission against EDD remote validation | |
| * | |
| * In Gravity Forms, for the text field you want to use as the license key entry, | |
| * go to Advanced tab, check the "Allow field to be populated dynamically" checkbox, | |
| * then enter the value as `edd-{download_id}`, where {download_id} is the, you guessed | |
| * it, EDD Download ID. | |
| * | |
| * @param array $is_valid_and_form_array Gravity Forms passes an array with two keys: `is_valid` (boolean) and `form` (Gravity Forms form array) | |
| * @return array Same format as incoming. |
| <?php | |
| /* | |
| Plugin Name: Easy Digital Downloads - Variable Pricing License Activation Limits | |
| Plugin URL: http://easydigitaldownloads.com/extension/ | |
| Description: Limit the number of license activations permitted based on variable prices | |
| Version: 1.0.3 | |
| Author: Pippin Williamson | |
| Author URI: http://pippinsplugins.com | |
| Contributors: mordauk | |
| */ |