Changeset 2549274
- Timestamp:
- 06/16/2021 09:53:08 PM (5 years ago)
- Location:
- wp-emfluence/trunk
- Files:
-
- 3 edited
-
emfluence.php (modified) (1 diff)
-
readme.txt (modified) (2 diffs)
-
widget.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
wp-emfluence/trunk/emfluence.php
r2543843 r2549274 5 5 Description: Easily add forms to your website for contacts to add or update their details in your emfluence Marketing Platform account. 6 6 Author: emfluence Digital Marketing 7 Version: 2.1 07 Version: 2.11 8 8 Author URI: https://www.emfluence.com 9 9 Text Domain: emfl_form -
wp-emfluence/trunk/readme.txt
r2543843 r2549274 3 3 Requires at least: 4.0 4 4 Tested up to: 5.7.2 5 Stable tag: 2.1 05 Stable tag: 2.11 6 6 Requires PHP: 5.6 7 7 Contributors: emfluencekc, mightyturtle … … 57 57 58 58 == Changelog == 59 60 = 2.11 = 61 * Add an action hook after the contact has been saved, for integrations that want the contact ID and other contact data. 59 62 60 63 = 2.10 = -
wp-emfluence/trunk/widget.php
r2533218 r2549274 295 295 } else { 296 296 // SUCCESS! 297 do_action('emfl_widget_after_contact_save', $result, $data, $instance); 297 298 $this->send_notification($instance, $data); 298 299 if(!empty($instance['redirect']) && wp_http_validate_url($instance['redirect'])) {
Note: See TracChangeset
for help on using the changeset viewer.