Changeset 1686039
- Timestamp:
- 06/27/2017 08:23:25 AM (9 years ago)
- Location:
- device-push/trunk
- Files:
-
- 2 edited
-
index.php (modified) (2 diffs)
-
readme.txt (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
device-push/trunk/index.php
r1683523 r1686039 4 4 Description: Push Notifications by Device Push. Direct and effective communication in real time. A new way to communicate with your customers: Communicate in a personalized way and in real time with your customers. Increase the conversion rate of your campaigns. Increase your customers' commitment to your brand. Manage your campaigns from an intuitive and easy to use control panel: Plan, segment and analyze your campaigns, and make better decisions. 5 5 Author: Device Push 6 Author URI: www.devicepush.com7 Version: 1. 66 Author URI: https://www.devicepush.com 7 Version: 1.7 8 8 */ 9 9 … … 50 50 $text_popup = ''; 51 51 if(get_option('dp_option_text_popup') && esc_attr( get_option('dp_option_text_popup') ) != ''){ 52 $text_popup = esc_attr( get_option('dp_option_text_popup'));52 $text_popup = get_option('dp_option_text_popup'); 53 53 }else{ 54 54 $text_popup = "Activate push notifications to improve your experience on our website."; -
device-push/trunk/readme.txt
r1683510 r1686039 55 55 == Changelog == 56 56 57 = 1.7 = 58 * Include html code into popup activation. 59 57 60 = 1.6 = 58 61 * Sends notifications to registered and unregistered users.
Note: See TracChangeset
for help on using the changeset viewer.