This is a wordpress plugin for media validation
Check install document.
npm run bundle
- add istockphoto image handling
- add gettyimages image handling
- check image metadata : alt + title + legend
- add icon handling
- add theme image handling
- add Envato image handling
- add shutterstock image handling
- add freepik image handling
- add unsplash image handling
- bundle plugin
- add export to csv
- add persistant validation control using checkbox
- add shuttershock API client configuration in settings
- filtrer les media qui sont validés
- add media logger
- add client access
- add agency image handling
- add time control
- add dev documentation
- check LICENCE for wordpress compatibility and pro version
- distribute plugin
- package.json : Use it for JavaScript dependencies and scripts related to your plugin development.
- composer.json : Use it for WordPress-specific PHP dependencies and to set the minimum PHP version required, among other things.
- Actions GitHub : Use them to automate packaging and release creation tasks on GitHub. These actions can be customized to your specific needs.