Unverified Commit 6190f72b authored by Joe Hoyle's avatar Joe Hoyle
Browse files

Use high hook count so other plugins can add to hte Zip before it's moved

parent e8269226
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -20,7 +20,7 @@ add_action( 'plugins_loaded', 's3_uploads_init' );
// S3 streamWrapper.
add_action( 'wp_privacy_personal_data_export_file', 's3_uploads_before_export_personal_data', 9 );
add_action( 'wp_privacy_personal_data_export_file', 's3_uploads_after_export_personal_data', 11 );
add_action( 'wp_privacy_personal_data_export_file_created', 's3_uplodas_move_temp_personal_data_to_s3' );
add_action( 'wp_privacy_personal_data_export_file_created', 's3_uplodas_move_temp_personal_data_to_s3', 1000 );

function s3_uploads_init() {
	// Ensure the AWS SDK can be loaded.