Fiz Auto Media

Description

Fiz Auto Media helps site owners manage common media and publishing tasks from one plugin.

Developed By FizTool.
Plugin website: https://fiztool.com/

Main features include:

  • Image compression and WebP generation for supported media files.
  • Bulk compression workflow for existing Media Library images.
  • Automatic image alt text and description helpers.
  • Featured image tools for posts without thumbnails.
  • Duplicate post detection tools.
  • Auto post scheduling tools using WordPress cron.
  • Media cleaner tools for scanning and reviewing unused media before cleanup.

Fiz Auto Media runs locally inside WordPress and does not require an external account for its included features. If the Featured Image helper is enabled, WordPress may request external image URLs found in post content so those images can be imported into the Media Library after the required upload and edit permissions are confirmed.

The plugin uses WordPress capabilities, nonces, sanitization, escaping, and WordPress filesystem helpers where appropriate.

Screenshots

Installation

  1. Upload the fiz-auto-media folder to the /wp-content/plugins/ directory, or install it from the WordPress Plugins screen.
  2. Activate the plugin through the Plugins screen in WordPress.
  3. Open the Fiz Auto Media menu in the WordPress admin dashboard.
  4. Review the settings before running bulk media actions or cleanup tools.

FAQ

Does this plugin delete files automatically?

No. Media Cleaner is intended to help scan and review files before cleanup actions are run from the admin area. Always keep a backup before deleting media.

Does this plugin create WebP files?

Yes. The image compression tools can generate WebP versions for supported image formats when the server environment supports the required image processing functions.

Does the featured image helper download external images?

Only when the Featured Image setting is enabled and the initiating user has permission to upload files and edit the referenced post. If a post has no featured image and its first content image is an external HTTP/HTTPS URL with a common image extension, WordPress may request that external URL and import the image into the Media Library.

Can I use this on an existing site?

Yes. Always make a full site backup before running bulk media or cleanup tools on an existing site.

Reviews

There are no reviews for this plugin.

Contributors & Developers

“Fiz Auto Media” is open source software. The following people have contributed to this plugin.

Contributors

Translate “Fiz Auto Media” into your language.

Interested in development?

Browse the code, check out the SVN repository, or subscribe to the development log by RSS.

Changelog

3.1.9

  • Added upload and edit capability checks before importing external featured-image URLs into the Media Library.
  • Added nonce and permission validation before using request-supplied post IDs for automatic image metadata updates.
  • Hardened media metadata scheduling so users must be allowed to edit the referenced post and attachment.

3.1.8

  • Updated plugin version after WordPress.org review-readiness fixes.
  • Improved review compatibility for naming, ownership verification context, nonce handling, enqueue usage, and translatable admin text.

3.1.7

  • Prepared the WordPress.org version for local WordPress workflows.
  • Updated plugin author and website details to FizTool.
  • Kept bulk compression, duplicate post detection, and media cleaner scan/review available in the plugin.
  • Simplified the plugin package for WordPress.org distribution.
  • Added safer escaping, nonce handling, and input sanitization.
  • Added plugin readme file.