https://github.com/log1x/wp-offload-media-avatars
A simple WP Media Offload integration for local avatar plugins.
https://github.com/log1x/wp-offload-media-avatars
s3 wordpress wp-offload-media
Last synced: about 1 year ago
JSON representation
A simple WP Media Offload integration for local avatar plugins.
- Host: GitHub
- URL: https://github.com/log1x/wp-offload-media-avatars
- Owner: Log1x
- License: mit
- Created: 2020-06-08T06:59:34.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2020-06-13T14:18:23.000Z (about 6 years ago)
- Last Synced: 2025-03-19T09:40:56.950Z (about 1 year ago)
- Topics: s3, wordpress, wp-offload-media
- Language: PHP
- Homepage: https://github.com/Log1x/wp-offload-media-avatars
- Size: 5.86 KB
- Stars: 3
- Watchers: 3
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- Funding: .github/FUNDING.yml
- License: LICENSE.md
Awesome Lists containing this project
README
# WP Offload Media Avatars


A simple WP Offload Media integration plugin to fix local avatars provided by [WP User Avatars](https://github.com/stuttter/wp-user-avatars) and [Simple Local Avatars](https://github.com/10up/simple-local-avatars) and serve them through the configured provider.
## Requirements
- [PHP](https://secure.php.net/manual/en/install.php) >= 7.2
- [WP Offload Media Pro](https://deliciousbrains.com/wp-offload-media/)
## Installation
### Bedrock
Install via Composer:
```bash
$ composer require log1x/wp-offload-media-avatars
```
### Manual
Download the release `.zip` and install into `wp-content/plugins`.
## Bug Reports
If you discover a bug in WP Offload Media Avatars, please [open an issue](https://github.com/log1x/wp-offload-media-avatars/issues).
## Contributing
Contributing whether it be through PRs, reporting an issue, or suggesting an idea is encouraged and appreciated.
## License
WP Offload Media Avatars is provided under the [MIT License](LICENSE.md).