| 开发者 | arunbrahma |
|---|---|
| 更新时间 | 2026年5月25日 21:44 |
| PHP版本: | 7.2 及以上 |
| WordPress版本: | 6.9 |
| 版权: | GPLv2 or later |
| 版权网址: | 版权信息 |
[optrom_reading_time], [optrom_reading_time format="badge"], or [optrom_reading_time template="About %s"].
Performance: word and image counts are cached in post meta on save. After that, rendering reads one integer. No external HTTP, no analytics.
For developers, two filters: optrom_words_per_minute to override the WPM per post, and optrom_label to replace the entire label string.
The plugin cleans up after itself. Option and post meta are deleted on uninstall.
optic-read-o-meter folder to /wp-content/plugins/, or install from Plugins, Add New.Yes. Set it on the settings page, or hook the optrom_words_per_minute filter for per-post control.
Yes. Tick the post types you want on the settings page. The default is posts only. The block and shortcode work everywhere regardless.
Yes. Each supported post type has a Reading Time meta box on the editor with a hide toggle and a manual minutes override.
Off by default. Tick "Count images" on the settings page if you want each image to add a few seconds to the estimate (12 by default, same as Medium).
Yes. str_word_count covers most Latin scripts. For CJK and similar, the plugin falls back to a Unicode-aware split.
No. No tracking, no analytics, no external requests.
[optrom_reading_time] shortcode.uninstall.php cleans up the plugin option and per-post meta.optrom_words_per_minute, optrom_label.