Changeset 2672140
- Timestamp:
- 02/03/2022 11:43:17 AM (4 years ago)
- Location:
- socialproofy/trunk
- Files:
-
- 2 edited
-
readme.txt (modified) (2 diffs)
-
socialproofy.php (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
socialproofy/trunk/readme.txt
r2671577 r2672140 6 6 Requires at least: 3.1.0 7 7 Tested up to: 5.7.1 8 Stable tag: 1.0. 28 Stable tag: 1.0.3 9 9 License: proprietary 10 10 … … 133 133 == Changelog == 134 134 135 = 1.0. 2=135 = 1.0.3 = 136 136 Seamless, simple integration with all notification types supported, exclusive WooCommerce notification type. 137 137 -
socialproofy/trunk/socialproofy.php
r2671577 r2672140 8 8 * Plugin Name: Social Proofy 9 9 * Description: Social Proofy is a social proof marketing platform that works with your Wordpress and WooCommerce websites out of the box 10 * Version: 1.0. 210 * Version: 1.0.3 11 11 * Author: Social Proofy 12 12 * Author URI: https://www.socialproofy.io/ … … 25 25 add_action('update_option_socialproofy_api_key', 'socialproofy_cronjob_init', 999, 0); 26 26 27 add_action('user_new_form', 'socialproofy_new_user', 999); 27 add_action('user_register', 'socialproofy_new_user'); 28 add_action('profile_update', 'socialproofy_new_user'); 28 29 29 30 add_action('woocommerce_checkout_order_processed', 'socialproofy_new_order', 999, 3);
Note: See TracChangeset
for help on using the changeset viewer.