Changeset 3250183
- Timestamp:
- 03/04/2025 09:14:27 AM (13 months ago)
- Location:
- powr-popup
- Files:
-
- 5 edited
-
tags/2.0.0/powr-popup.php (modified) (1 diff)
-
tags/2.0.1/README.md (modified) (1 diff)
-
tags/2.0.1/powr-popup.php (modified) (1 diff)
-
trunk/README.md (modified) (1 diff)
-
trunk/powr-popup.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
powr-popup/tags/2.0.0/powr-popup.php
r3222227 r3250183 66 66 { 67 67 $current_user = wp_get_current_user(); 68 powrio_render_iframe('https://' . powrio_powr_base_url() . '/api/woo_commerce/auth/apps/popup?email=' . $current_user->user_email . '&platform=wo ocommerce&done=1');68 powrio_render_iframe('https://' . powrio_powr_base_url() . '/api/woo_commerce/auth/apps/popup?email=' . $current_user->user_email . '&platform=wordpress&done=1'); 69 69 } 70 70 } -
powr-popup/tags/2.0.1/README.md
r3249604 r3250183 98 98 If you have any questions or need help getting up and running, we’re here to help! POWR offers free support, and our awesome support team is available 24 hours a day. You can also visit our [Help Center](https://help.powr.io/hc/en-us/sections/115000928968-Popup) for tips, support, and answers to common questions. 99 99 100 You can also join the [POWR Community](https://community.powr.io/ c/feature-requests/popup/7) for free! Talk directly to the developers, support team, and marketing, or make direct feature requests.100 You can also join the [POWR Community](https://community.powr.io/) for free! Talk directly to the developers, support team, and marketing, or make direct feature requests. 101 101 102 102 -
powr-popup/tags/2.0.1/powr-popup.php
r3235303 r3250183 65 65 { 66 66 $current_user = wp_get_current_user(); 67 powrio_render_iframe('https://' . powrio_powr_base_url() . '/api/woo_commerce/auth/apps/popup?email=' . $current_user->user_email . '&platform=wo ocommerce&done=1');67 powrio_render_iframe('https://' . powrio_powr_base_url() . '/api/woo_commerce/auth/apps/popup?email=' . $current_user->user_email . '&platform=wordpress&done=1'); 68 68 } 69 69 } -
powr-popup/trunk/README.md
r3249604 r3250183 98 98 If you have any questions or need help getting up and running, we’re here to help! POWR offers free support, and our awesome support team is available 24 hours a day. You can also visit our [Help Center](https://help.powr.io/hc/en-us/sections/115000928968-Popup) for tips, support, and answers to common questions. 99 99 100 You can also join the [POWR Community](https://community.powr.io/ c/feature-requests/popup/7) for free! Talk directly to the developers, support team, and marketing, or make direct feature requests.100 You can also join the [POWR Community](https://community.powr.io/) for free! Talk directly to the developers, support team, and marketing, or make direct feature requests. 101 101 102 102 -
powr-popup/trunk/powr-popup.php
r3235303 r3250183 65 65 { 66 66 $current_user = wp_get_current_user(); 67 powrio_render_iframe('https://' . powrio_powr_base_url() . '/api/woo_commerce/auth/apps/popup?email=' . $current_user->user_email . '&platform=wo ocommerce&done=1');67 powrio_render_iframe('https://' . powrio_powr_base_url() . '/api/woo_commerce/auth/apps/popup?email=' . $current_user->user_email . '&platform=wordpress&done=1'); 68 68 } 69 69 }
Note: See TracChangeset
for help on using the changeset viewer.