AI Verified

Name

wp-config.php

About

Adjustments in wp-config.php for better WordPress management

Language

PHP

Rating

Voted: 2 by 2 user(s)

How to Setup Snippet

Customizations made by WordPress to adjust the behavior of WordPress in terms of Recycle Bin, Revisions, AutoSave and Media Recycle Bin.

Codevault

DieDierichs-Staging

Scroll down to see more snippets from this codevault.

Wordpress Compatability

The author has indicated that this snippet is compatable up to wordpress version: Not Specified

Our AI bot has checked this snippet is compatable up to wordpress version: 6.1

Code Snippet Plugin Sync

Free & Pro

Download this snippet by clicking the download button, then head over to the Code Snippet Plugin settings in your wordpress admin dashboard, select the import menu then upload this file to import into your wordpress site.

Pro Only (Coming Soon)

You will be able to click a button and sync this snippet to your wordpress site automatically and from your dashboard manage all code snippets across all your wordpress sites that have the Code Snippets Pro plugin installed.

History

Last modified:

27/11/2022

Important Note

This snippet has the following status:

AI Verified

This snippet has been tested by our AI bot, see any comments below.

AI Bot Comments:

Found 0 vulnerabilities

wp-config.php

 
                    
1/* AutoSave Interval. */
2define( 'AUTOSAVE_INTERVAL', '160' );
3/* Number of post revisions to save */
4define( 'WP_POST_REVISIONS', '3' );
5/* Media Recycle Bin. */
6define( 'MEDIA_TRASH', true );
7/* Empty recycle bin after X(5) days */
8define( 'EMPTY_TRASH_DAYS', '5' );

2

Comments

  • AR

    1 year ago

    Interesting snippet what will this autosave?

Related Snippets

Please see some snippets below related to this snippet..

WordPress Admin

AI Verified

2

Remove admin nags

Added: 1 year ago

Last Updated: 1 year ago

Custom function to remove admin notices (remember to edit the classes)

WordPress Admin

AI Verified

0

פונקציה שמוסיפה את הפריפיקס tel: לערך השדה ב ACF

Added: 2 weeks ago

Last Updated: 2 weeks ago

יצירת קישור לטלפון בתוסף ACF בוורדפרס ולהוסיף באופן אוטומטי את הפריפיקס "tel:" למספר הטלפון

WordPress Admin

AI Verified

0

MX · Add All Post Types to Dashboard "At a Glance"

Added: 1 year ago

Last Updated: 1 year ago

Add all post_types found in the database to the "At a Glance" dashboard widget

Other Snippets in this Codevault

These are some popular snippets from this users codevault..

WordPress Admin

AI Verified

2

wp-config.php

Added: 1 year ago

Last Updated: 1 year ago

Adjustments in wp-config.php for better WordPress management