Changes between Version 1 and Version 2 of Ticket #62086, comment 12
- Timestamp:
- 06/26/2025 07:57:09 PM (9 months ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #62086, comment 12
v1 v2 47 47 $upload_overrides = array( 'test_form' => false ); 48 48 $logofile = wp_handle_upload( $_FILES['site_logo'], $upload_overrides ); 49 update_option( 'site_logo_url', $logofile['url'] );49 update_option( 'site_logo_url', $logofile['url'] ); 50 50 restore_current_blog(); 51 51 }