Changeset 2560782
- Timestamp:
- 07/08/2021 08:03:13 PM (5 years ago)
- Location:
- wprequal/trunk
- Files:
-
- 3 edited
-
app/classes/class.Entry.php (modified) (2 diffs)
-
readme.txt (modified) (1 diff)
-
wprequal.php (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
wprequal/trunk/app/classes/class.Entry.php
r2560775 r2560782 93 93 } 94 94 95 // Default response 95 $entry = []; 96 $lead_id = FALSE; 96 97 $response = array( 97 98 'success' => FALSE, … … 155 156 } 156 157 157 return apply_filters( 'wprequal_entry_response', $response, $ lead_id );158 return apply_filters( 'wprequal_entry_response', $response, $entry, $lead_id ); 158 159 159 160 } -
wprequal/trunk/readme.txt
r2560775 r2560782 159 159 == Change Log == 160 160 161 = 7.8.8 = 162 * Tweek - Include entry array in entry_response hook 163 161 164 = 7.8.7 = 162 165 * Improvement - Add hook for entry_response -
wprequal/trunk/wprequal.php
r2560775 r2560782 4 4 Plugin URI: https://wprequal.com 5 5 Description: Mortgage and Real Estate Lead Capture System 6 Version: 7.8. 76 Version: 7.8.8 7 7 Author: WPrequal 8 8 Author URI: https://wprequal.com … … 44 44 45 45 $constants = array( 46 'WPREQUAL_VERSION' => '7.8. 7',46 'WPREQUAL_VERSION' => '7.8.8', 47 47 'WPREQOAL_PLUGIN' => plugin_basename( __FILE__ ), 48 48 'WPREQUAL_OPTIONS' => 'wprequal_options',
Note: See TracChangeset
for help on using the changeset viewer.