https://github.com/kosalexei/wpfileuploader
Quickly and easily save files to your Wordpress library.
https://github.com/kosalexei/wpfileuploader
file-upload wordpress
Last synced: 2 months ago
JSON representation
Quickly and easily save files to your Wordpress library.
- Host: GitHub
- URL: https://github.com/kosalexei/wpfileuploader
- Owner: Kosalexei
- Created: 2019-05-13T04:02:06.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2019-05-13T05:04:09.000Z (about 7 years ago)
- Last Synced: 2025-05-20T12:14:21.148Z (about 1 year ago)
- Topics: file-upload, wordpress
- Language: PHP
- Homepage:
- Size: 4.88 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
Quickly and easily save files to your Wordpress library.
## PHP version
5.2.0 or higher.
## Example
```php
$fileUploader = new WpFileUploader( $_FILES );
$fileUploader->save_to_wordpress();
```