Changeset 3087335
- Timestamp:
- 05/15/2024 07:31:07 PM (22 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
swipe-for-givewp/trunk/includes/class-swipego-gwp.php
r3087282 r3087335 24 24 require_once( SWIPEGO_GWP_PATH . 'includes/class-swipego-gwp-api.php' ); 25 25 26 if ( swipego_ get_integration() ) {26 if ( swipego_is_logged_in() || swipego_get_integration() ) { 27 27 28 28 // Initialize payment gateway
Note: See TracChangeset
for help on using the changeset viewer.