How to optimize WordPress trash settings

This article describes how to optimize the trash settings in WordPress.


ABOUT THE WORDPRESS TRASH FEATURE

The trash feature in WordPress allows you to recover posts, comments, pages, and attachments that have been deleted. By default, this recovery period is 30 days. After 30 days, WordPress permanently deletes items in the trash folder and they are gone forever.

Although the trash feature is convenient, items marked as trash take up space in the database. If your site receives heavy traffic or contains a lot of content, the amount of database space occupied by trash items could be significant, and potentially impact database performance.


OPTIMIZING TRASH SETTINGS

To reduce the amount of time that trash items are stored in the WordPress database, reduce the recovery period from 30 days to a shorter interval. To do this, follow these steps: 

  1. Log in to cPanel.
  2. In the Files section of the cPanel home screen, click File Manager.
  3. Navigate to the directory where WordPress is installed.


    Note: Typically, WordPress is installed in the public_html (document root) directory. However, if you installed WordPress in a subdirectory, navigate to that directory instead.



  4. Right-click the wp-config.php file, and then click Edit.
  5. Add the following line to the wp-config.php file. Replace X with the number of days you want WordPress to retain items marked as trash before it deletes them permanently:
    define( 'EMPTY_TRASH_DAYS', X );

    • Make sure the trash setting line above comes before the following line in the wp-config.php file, or else the setting has no effect:

      require_once(ABSPATH . 'wp-settings.php');

    • To disable the WordPress trash feature entirely, set X to 0 (zero).

  6. Click Save Changes.
  • WordPress
  • 0 Users Found This Useful
Was this answer helpful?

Related Articles

How to Add MailChimp Subscribers from WordPress

You can add subscribers directly to a MailChimp mailing list from WordPress. This article...

Broken Image Links in WordPress

This articles describes how to resolve a problem that may occur when you try to add images to a...

How to Add CAPTCHA Protection to a WordPress Site

This article describes how to add CAPTCHA protection to a WordPress site using the Google CAPTCHA...

How to Add External RSS Feeds to your WordPress Site

This article demonstrates how to add an external RSS feed to a WordPress site. RSS (Rich Site...

How to Add a Custom Logo to WordPress

This article describes how to add a custom logo to a WordPress site. Adding a logo to your...

Powered by WHMCompleteSolution