Updates the Dashboard's At a Glance widget to show the total word count of all the published posts and age of this WordPress website.
| Code | Message | Location | Category | |
|---|---|---|---|---|
| ERROR | no_license | Missing "License". Please update your readme with a valid GPLv2 (or later) compatible license. | — | — |
| ERROR | WordPress.NamingConventions.PrefixAllGlobals.NonPrefixedFunctionFound | Functions declared in the global namespace by a theme/plugin should start with the theme/plugin prefix. Found: "post_word_count_load_language". | 30:5 | Plugin Repo |
| ERROR | PluginCheck.CodeAnalysis.DiscouragedFunctions.load_plugin_textdomainFound | load_plugin_textdomain() has been discouraged since WordPress version 4.6. When your plugin is hosted on WordPress.org, you no longer need to manually include this function call for translations under your plugin slug. WordPress will automatically load the translations for you as needed. | 31:3 | Plugin Repo |
| ERROR | WordPress.NamingConventions.PrefixAllGlobals.NonPrefixedFunctionFound | Functions declared in the global namespace by a theme/plugin should start with the theme/plugin prefix. Found: "post_word_count". | 34:5 | Plugin Repo |
| ERROR | WordPress.WP.AlternativeFunctions.strip_tags_strip_tags | strip_tags() is discouraged. Use the more comprehensive wp_strip_all_tags() instead. | 41:30 | Plugin Repo |
| ERROR | WordPress.WP.I18n.MissingArgDomain | Missing $domain parameter in function call to _n(). | 45:17 | General |
| ERROR | WordPress.WP.I18n.NonSingularStringLiteralSingle | The $single parameter must be a single text string literal. Found: __('Words', 'post-word-count-languages') | 45:21 | General |
| ERROR | WordPress.WP.I18n.TextDomainMismatch | Mismatched text domain. Expected 'dashboard-wordcount' but got 'post-word-count-languages'. | 45:33 | General |
| ERROR | WordPress.WP.I18n.NonSingularStringLiteralPlural | The $plural parameter must be a single text string literal. Found: __('Words', 'post-word-count-languages') | 45:63 | General |
| ERROR | WordPress.WP.I18n.TextDomainMismatch | Mismatched text domain. Expected 'dashboard-wordcount' but got 'post-word-count-languages'. | 45:75 | General |
| 16.11.2025, 16:58:19 | 9s | 91 | 34 | 2 |