This file contains 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
/** | |
* Compare the import date (timestamp) with an existing post meta date. | |
* | |
* @param $continue_import bool | |
* @param $post_id int | |
* @param $data array | |
* @param $import_id int | |
* | |
* @return bool|mixed | |
*/ |
This file contains 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 | |
/** | |
* Plugin Name: ArrayPress - Easy Digital Downloads Sign Up Bonus | |
* Plugin URI: https://arraypress.com | |
* Description: Reward new user registrations with store credit. | |
* Author: David Sherlock | |
* Author URI: https://arraypress.com | |
* Text Domain: edd-sign-up-bonus | |
* Domain Path: /languages/ | |
* Requires PHP: 5.6.20 |