This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| <?php | |
| /* | |
| Author: Hans2103 | |
| credit: Jim Westergren, Jeedo Aquino & Flynsarmy | |
| File: index-with-redis.php | |
| Updated: 2013-05-27 | |
| This is a redis caching system for Wordpress based on Redis connection using PHPRedis. | |
| https://github.com/nicolasff/phpredis |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| <?php | |
| // Manually create entries and send notifications with Gravity Forms | |
| $form_id = 10; | |
| // add entry | |
| $entry = array( | |
| "form_id" => $form_id, | |
| "1" => "Entry for field ID 1", |