Avatar Privacy
Avatars from Gravatar.com are great, but they come with certain privacy implications. You as site admin may already know this, but your visitors and users probably don’t. Avatar Privacy can help to improve the privacy situation by making some subtle changes to the way avatars are displayed on your site. The plugin works without changing your theme files (for reasonably modern themes), and it does support multisite installations. Please note that the plugin does not provide an options page of its own, it rather adds to the existing discussion settings page. Features The plugin’s features summed up: Self-uploaded avatars for users (and custom default images), hosted on your server. Users and commenters explicitly opt-in before using gravatars. Gravatar caching to ensure the privacy of your website visitors. Don’t publish weakly encrypted e-mail addresses of comment authors. A more detailed examination of the reasons for using Avatar Privacy can be found on the plugin homepage. WP-CLI Commands Avatar Privacy includes the following WP-CLI commands: wp avatar-privacy db show: Show information about the custom database table(s). wp avatar-privacy db list: List entries in the custom database table(s). wp avatar-privacy db create: Create the custom database table. wp avatar-privacy db upgrade: Upgrade the structure of the custom database table. wp avatar-privacy default get-custom-default-avatar: Show information about the custom default avatar for the site. wp avatar-privacy default set-custom-default-avatar: Set a custom default avatar for the site. wp avatar-privacy default delete-custom-default-avatar: Delete the custom default avatar for the site. wp avatar-privacy cron list: List active cron jobs created by the plugin. wp avatar-privacy cron delete: Delete cron jobs created by the plugin. wp avatar-privacy user set-local-avatar: Set a local avatar image for a user. wp avatar-privacy user delete-local-avatar: Delete the local avatar image for a user. wp avatar-privacy uninstall: Remove data added by Avatar Privacy. Feedback Please report any problems with the plugin, I’ll do my best to sort things out. You can use the contact form on my code site or create a topic in the support forum. You can contact me in German or English. Credits Avatar Privacy is based on the original plugin by Johannes Freudendahl. The new release also includes work by several other people: Daniel Mester Pirttijärvi (Jdenticon), Shamus Young (Wavatars), Andreas Gohr (the original MonsterID and RingIcon), Scott Sherrill-Mix & Katherine Garner (the hand-drawn monster update) Benjamin Laugueux, Grummfy, Lucas Michot & Arjen van der Meijden (Identicon), David Revoy (Bird and Cat Avatars), Zikri Kader, Colin Davis & Nimiq (RoboHash), and Johanna Amann (the Avatar Privacy icon).
Top keywords
- avatar-privacy12×2.84%
- wp12×2.84%
- wp avatar-privacy12×2.84%
- avatar11×2.60%
- privacy9×2.13%
- custom8×1.89%
- default7×1.65%
- avatar privacy6×1.42%
- site6×1.42%
- avatar-privacy db4×0.95%
- avatars4×0.95%
- cron4×0.95%
mi13 сache
Mi13 Cache is a simple and effective plugin for caching WordPress pages. It saves HTML pages as files and serves them on subsequent requests, significantly speeding up site loading. Key features: Line-by-line caching of HTML pages. Flexible settings: select which page types to cache. Automatic cache clearing when content is updated. Cache status displayed as an HTML comment at the beginning of the file. Cache statistics: file size and number of files. Security: access permission checks and filtering of system pages. Compatibility with custom post types. Usage After activation: Go to Settings → Mi13 Cache. Configure the settings: Select page types to cache (home page, posts, pages, categories, archives, custom types). Set the cache lifetime (in seconds; default is 86 400 s / 24 hours). Clear the cache manually using the Clear Cache button (if needed). Save the settings. You can check the cache status in the page source code: Open the page source code (press Ctrl+U or right-click → “View Page Source”). Look for a comment at the very beginning of the HTML file, like this: Settings Page types — select which content types to cache. Cache lifetime — the interval in seconds after which the cache expires. Clear cache — a button to manually clear all cached files. HTML comment format The plugin adds an HTML comment with information to the beginning of each cached file: Limitations Caching does not apply to: authenticated users; the admin panel; 404 pages; search pages (?s=...); RSS feeds (/feed/); AJAX requests; POST requests; URLs with GET parameters (except paged for pagination). Troubleshooting Issue: the cache is not created. Solution: make sure that: define('WP_CACHE', true) is present in wp-config.php; WordPress has write permissions for /wp-content/cache/mi13-cache/. Issue: pages do not update after editing. Solution: manually clear the cache on the settings page. Issue: access permission error when clearing the cache. Solution: check file permissions in the cache directory. Security Permission check (manage_options) before clearing the cache. Caching disabled for authenticated users. Exclusion of system pages (404, search, feed, etc.). Use of the secure WordPress API for file system operations. Directory structure Cached files are saved in: /wp-content/cache/mi13-cache/ Each file has the .html extension and a name corresponding to the page URL.
Top keywords
- cache22×5.95%
- page9×2.43%
- pages9×2.43%