| 开发者 | sonofgod80 |
|---|---|
| 更新时间 | 2026年6月23日 16:52 |
| PHP版本: | 7.4 及以上 |
| WordPress版本: | 7.0 |
| 版权: | GPLv2 or later |
| 版权网址: | 版权信息 |
/wp-content/plugins/ directory, or install the plugin directly through the WordPress admin screen.WordPress does not retroactively generate custom metadata for legacy files. For any media uploaded before installing this plugin, simply go to Settings -> Media Filters and click the "Sync Media Data" button once. All your older attachments will be processed and indexed. New uploads are indexed automatically.
No. Thanks to the architecture introduced in version 1.0.7, we replaced heavy database queries with a high-performance custom indexed flag (_levelnetwork_mlf_has_alt). The plugin runs lightning-fast even on Enterprise websites with over 50,000+ media assets.
No. The reset mechanism is fully optimized for WordPress Backbone.js. It merges all filter resets into a single event loop, ensuring that only one lightweight AJAX request is sent to your server, keeping resource usage minimal.
We believe in clean code. If you delete the plugin, our custom uninstall.php routine automatically removes all indexed metadata keys and global options from your database. It is also fully compatible with object caching systems like Redis and Memcached, ensuring no phantom data is left behind.
Absolutely not. The plugin only reads file properties to generate search indexes within WordPress metadata. Your physical files, images, paths, and attachments remain completely untouched and safe.
NOT EXISTS and empty string database operations for the Alt Text filter with a high-performance indexed flag (_levelnetwork_mlf_has_alt). Drastically improves response times on Enterprise websites with large media libraries (50k+ items).uninstall.php to use native WordPress functions (delete_post_meta_by_key), ensuring full synchronization with object caching systems (Redis, Memcached) and complete cleanup of global plugin options upon deletion. Resolved WPCS global variable scoping warnings.OutputNotEscaped) by correctly implementing the native WordPress disabled() function for HTML attributes..DS_Store) to strictly meet WordPress repository packaging guidelines.