Skip to content

elzinko/elementor-media-validator-plugin

Repository files navigation

Purpose

This is a wordpress plugin for media validation

Installation

Check install document.

Bundle

npm run bundle

Next features

Images

  • 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

Others

  • 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

Infos

  • 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.