mirror of
https://github.com/10h30/ultimatemember.git
synced 2026-06-05 15:09:37 +09:00
- fixed image download with cache;
This commit is contained in:
@@ -90,6 +90,7 @@ if ( ! class_exists( 'um\core\Files' ) ) {
|
||||
$url = add_query_arg( array( 'um_action' => 'download', 'um_form' => $form_id, 'um_field' => $field_key, 'um_user' => $user_id, 'um_verify' => $nonce ), $url );
|
||||
}
|
||||
|
||||
//add time to query args for sites with the cache
|
||||
return add_query_arg( array( 't' => time() ), $url );
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user