- Timestamp:
- 04/22/2024 08:52:49 AM (12 months ago)
- Location:
- astra-sites/tags/4.1.7
- Files:
-
- 1 edited
- 1 copied
-
. (copied) (copied from astra-sites/trunk)
-
inc/classes/class-astra-sites-importer.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
astra-sites/tags/4.1.7/inc/classes/class-astra-sites-importer.php
r3054438 r3074863 735 735 736 736 // API Call. 737 $response = wp_ remote_get( $demo_api_uri, $api_args );737 $response = wp_safe_remote_get( $demo_api_uri, $api_args ); 738 738 739 739 if ( is_wp_error( $response ) || ( isset( $response->status ) && 0 === $response->status ) ) {
Note: See TracChangeset
for help on using the changeset viewer.