# What You Can Do with JetHost Total Care

> Canonical: https://jethost.com/kb/what-you-can-do-with-jethost-total-care/ · Last modified: 2026-08-20T06:48:41+00:00

JetHost Total Care is a lightweight plugin designed to help you fine-tune key WordPress settings that affect performance, privacy, and core behavior. In particular, it focuses on core behaviors things most people never touch, but that quietly affect how secure, fast, and manageable a WordPress site feels.

Whether you’re just getting started or already managing multiple installs, JetHost Total Care gives you one place to manage dozens of important backend and frontend tweaks. It works for site owners handling things themselves, support agents working on client sites, or anyone looking to clean up and tighten a WordPress setup.

## Plugin Settings Overview

JetHost Total Care is organized into two main tabs: **Enhancements** and **Security**. Below is a full list of everything JetHost Total Care lets you control, grouped by tab and listed in the same order they appear in the plugin. Each setting can be turned on or off independently. Here’s what you can do with each:

### Enhancements

Settings in this section are focused on performance, clutter reduction, and system behavior.

![JetHost Total Care Enhancements](https://jethost.com/wp-content/uploads/2025/05/JetHost-Total-Care-Enhancements.png)| Setting | What It Does |
|---|---|
| [AutoSave Intervals](https://jethost.com/kb/how-to-control-autosave-frequency-in-wordpress/) | Adjusts how often autosave runs while editing. Helps reduce server load. |
| [Limit Revisions Number](https://jethost.com/kb/how-to-limit-or-disable-wordpress-post-revisions-with-jethost-total-care/) | Keeps WordPress from saving unlimited post revisions. You can limit or disable them entirely. |
| [Media Trash](https://jethost.com/kb/how-to-use-media-trash-with-jethost-total-care/) | Lets you enable or disable the media trash feature for easier cleanup. |
| [Trash Days](https://jethost.com/kb/how-to-set-trash-days-in-wordpress-with-jethost-total-care/) | Controls how long trash is kept before it's permanently deleted. |
| [Memory Limit](https://jethost.com/kb/how-to-set-max-memory-limit-for-wp-admin/) | Sets the PHP memory limit WordPress can use. Helps avoid out-of-memory errors. |
| [Max Memory Limit](https://jethost.com/kb/how-to-set-max-memory-limit-for-wp-admin/) | Sets a higher memory limit for admin tasks like plugin updates or image edits. |
| [Disable Emojis](https://jethost.com/kb/how-to-disable-wordpress-emojis-with-jethost-total-care/) | Stops WordPress from loading emoji scripts on every page. |
| [Disable RSS and Atom Feeds](https://jethost.com/kb/how-to-disable-rss-and-atom-feeds-in-wordpress/) | Turns off feed generation if you don't want content syndicated or scraped. |
| [Disable Dashicons](https://jethost.com/kb/disable-dashicons-in-wordpress-with-jethost-total-care/) | Prevents the icon font from loading on the frontend unless needed. |
| [Heartbeat API Frequency](https://jethost.com/kb/how-to-control-wordpress-heartbeat-api-frequency/) | Lets you control or disable background requests from the WordPress Heartbeat API. |
| [Disable jQuery Migrate](https://jethost.com/kb/disable-jquery-migrate-in-wordpress-with-jethost-total-care/) | Removes the jQuery compatibility script from the frontend if not required. |

### Security

These options reduce information leaks, tighten file access, and block common scan points. They’re small changes that make your site harder to fingerprint or attack.

![JetHost Total Care Security](https://jethost.com/wp-content/uploads/2025/05/JetHost-Total-Care-Security.png)| Setting | What It Does |
|---|---|
| [Hide WordPress Version](https://jethost.com/kb/hide-wordpress-version-with-jethost-total-care/) | Removes the WordPress version from meta tags and headers. |
| [Disable Directory Listing](https://jethost.com/kb/disable-directory-listing-in-wordpress-with-jethost-total-care/) | Prevents visitors from viewing folder contents in directories like /uploads/. |
| [Disable Plugin and Theme File Editor](https://jethost.com/kb/disable-the-plugin-and-theme-file-editor-in-wp/) | Disables the built-in file editors in the admin area. Helps avoid accidental changes. |
| [Disable PHP Error Reporting](https://jethost.com/kb/disable-php-error-reporting-in-wp-with-jethost-total-care/) | Stops PHP errors and warnings from displaying on the frontend. |
| [Disable Database Error Reporting](https://jethost.com/kb/how-to-disable-database-error-reporting-in-wp-with-jethost-total-care/) | Hides database connection errors from public view. |
| [Disable WP\_DEBUG Mode](https://jethost.com/kb/disable-wp-debug-mode-in-wordpress-with-jethost-total-care/) | Ensures debug mode is turned off on live sites. |
| [Block Access to debug.log](https://jethost.com/kb/block-access-to-debug-log-with-jethost-total-care/) | Prevents external access to the debug log file. |
| [Remove RSD Meta Tag](https://jethost.com/kb/how-to-remove-the-rsd-meta-tag-in-wordpress/) | Removes the Really Simple Discovery tag from page headers. |
| [Remove Windows Live Writer Meta Tag](https://jethost.com/kb/remove-the-windows-live-writer-meta-tag-in-wordpress/) | Removes the WLW manifest link from the header. |
| [Disable Embeds](https://jethost.com/kb/how-to-disable-embeds-in-wordpress-with-jethost-total-care/) | Stops oEmbed features and removes embed-related scripts. |
| [Block Access to readme.html](https://jethost.com/kb/block-access-to-readme-html-in-wordpress/) | Blocks public access to the default WordPress readme file. |
| [Disable Code Execution in Media Folders](https://jethost.com/kb/disable-code-execution-in-media-folders/) | Blocks executable files like .php from running in uploads. |
| [Protect wp-includes](https://jethost.com/kb/protect-the-wp-includes-directory-with-jethost-total-care/) | Blocks public access to WordPress core includes folder. |
| [Protect wp-config.php](https://jethost.com/kb/protect-wp-config-php-file-with-jethost-total-care/) | Denies direct access to the configuration file. |
| [Disable XML-RPC and Pingbacks](https://jethost.com/kb/disable-xml-rpc-and-pingbacks-in-wordpress/) | Blocks XML-RPC access and disables pingbacks. |
| [Restrict .PHP.XXX Extensions](https://jethost.com/kb/restrict-php-xxx-extension-files/) | Blocks disguised PHP file extensions like .php.txt or .php.bak. |
| [Regenerate Authentication Keys and Salts](https://jethost.com/kb/regenerate-authentication-keys-and-salts-in-wp/) | Generates a new set of authentication keys. Logs out all users. |
| [Stop User Enumeration](https://jethost.com/kb/how-to-stop-user-enumeration-in-wordpress/) | Blocks scans that reveal usernames via /?author= or similar. |
| [Disable "List Users" in REST API](https://jethost.com/kb/disable-list-users-function-in-wordpress-rest-api/) | Prevents unauthenticated users from accessing user list via API. |
| [Disable Author Archives](https://jethost.com/kb/disable-author-archive-pages-in-wordpress/) | Disables author archive pages to prevent username exposure. |
| [Edit Author Base](https://jethost.com/kb/edit-the-author-base-url-with-jethost-total-care/) | Lets you change the /author/ URL path to something custom. |
| [Edit Author Slugs](https://jethost.com/kb/edit-individual-author-slugs-in-wordpress/) | Allows manual editing of each author's URL slug. |

## Do I Need to Use Every Setting?

No - and that’s the point. JetHost Total Care gives you full control, but it doesn’t force any defaults. Instead, you decide what’s useful based on how you work and what your site actually needs. You can:

- Enable only the features that make sense for your site
- Use it alongside your existing security or optimization plugins
- Disable any setting at any time - nothing is permanent

For example, if you’re only concerned about frontend clutter, you can stick to the Enhancement tab and leave the rest untouched. On the other hand, if you’re responsible for client security, the quick-toggle privacy options in the Security tab might be more relevant.

In short, the plugin fits around your workflow without forcing changes or making assumptions.

## Ready to Learn More?

Check the full list of [JetHost Total Care tutorials](#) for in-depth help on each setting, with screenshots and recommendations. Whether you want to dig into every option or just fix a specific issue, everything is organized by topic so you can find what you need quickly.
