| [ Index ] |
PHP Cross Reference of WordPress Trunk (Updated Daily) |
[Source view] [Print] [Project Stats]
Upgrade API: File_Upload_Upgrader class
| File Size: | 158 lines (4 kb) |
| Included or required: | 1 time |
| Referenced: | 0 times |
| Includes or requires: | 0 files |
File_Upload_Upgrader:: (2 methods):
__construct()
cleanup()
Class: File_Upload_Upgrader - X-Ref
Core class used for handling file uploads.| __construct( $form, $urlholder ) X-Ref |
| Construct the upgrader for a form. param: string $form The name of the form the file was uploaded from. param: string $urlholder The name of the `GET` parameter that holds the filename. |
| cleanup() X-Ref |
| Deletes the attachment/uploaded file. return: bool Whether the cleanup was successful. |
| Generated : Thu Oct 30 08:20:06 2025 | Cross-referenced by PHPXref |