BeAPI / bea-media-analytics

Find where and how media are used across your site.
https://wordpress.org/plugins/bea-media-analytics/
Other
15 stars 2 forks source link
media multisite single-site wordpress wordpress-plugin

Be API Github Banner

BEA - Media Analytics

If you want to see which media is used and where ? This plugin is for you !

By installing this plugin you will index where your media are used, display further informations about how they are used and also warn you about deleting used ones. Therefore, you will easily delete unused medias.

How ?

A table is created for indexing where media are used. This is done when saving contents but could also be forced with the wp-cli command or just by activating the plugin.

Requirements

Installation

At plugin activation, a single event will be added in order to index your contents. It generally takes 10-15 min to do so.

At plugin deactivation, all data stored by this plugin will be deleted to ensure not to weighing the DB and also for further safe reactivation.

WordPress

Composer

What ?

Features

For now the supported contents for indexation are post types by focusing on :

1 - Single media view

In the single edit view, a bloc has been added to display the number of usages, where and what type.

Single media view

2 - Media library modal view

In the media library modal view, when a media is selected, a bloc has been added to display the number of usages.

Media library modal view

3 - Media library view

On the media admin library view, an admin column has been added to display the number of usages.

Media library view

4 - Prompt on media delete

On media delete, if it has usages (based on indexed contents), a warning will prompt to confirm the media deletion.

Prompt on media delete

Third party support

This plugin has third party support with following plugins :

More features to come

As you can see, some issues are feature requests :

Next Roadmap

Languages

This plugin is translated into the following languages :

Contributing

Please refer to the contributing guidelines to increase the chance of your pull request to be merged and/or receive the best support for your issue.

Issues & features request / proposal

If you identify any errors or have an idea for improving the plugin, feel free to open an issue. Please provide as much info as needed in order to help us resolving / approve your request.

Translation request / proposal

If you want to translate BEA - Media Analytics, the best way is to use the official way : WordPress.org GlotPress.

You can, of course, just create a pull request to our repository if you already done the translation.

For developers

WP-Cli

WP-CLi has been implemented to execute some useful commands.

Force indexation

Only on the given site, an indexation of all retrieved data from all supported contents : wp bea_media_analytics index_site

Multisite

Optionally on a multisite :

Unused media

Quickly retrieve unused media for the current site (even with Content Sync Fusion).

List

List all unused media : wp bea_media_analytics unused list

Delete

Delete all unused media : wp bea_media_analytics unused delete

REST Api

The REST Api has been used to display the number of usage for an attachment. The route exemple.com/wp-json/wp/v2/media/{id}/ will return a custom field called bea_media_analytics_counter which represents how many times it has been used into supported contents.

JSON API

WordPress is working a lot with the JSON API, that's why why the bea_media_analytics_counter attribute has been added into attachment's JSON responses.

Who ?

Created by Be API, the French WordPress leader agency since 2009. Based in Paris, we are more than 30 people and always hiring some fun and talented guys. So we will be pleased to work with you.

This plugin is only maintained, which means we do not guarantee some free support. Consider reporting an issue and be patient.

If you really like what we do or want to thank us for our quick work, feel free to donate as much as you want / can, even 1€ is a great gift for buying cofee :)

License

BEA - Media Analytics is licensed under the GPLv3 or later.