December 30, 2024
1 min read
Essential Code Snippet For Web Developers

To set post revision limit put this code at the end of wp-config file. We set 3 here to set limit 3 times. you can use false to deactivate post revision

wp-config.php
/**
 * WordPress post revisions 
 * Number / true / false
 */
define( 'WP_POST_REVISIONS', 3);

When you developing a WordPress site you may need to show PHP debug on so you can check if there is an error on your code. To active PHP debug put the one line code on wp-config.php file on your home directory.

wp-config.php
/**
 * php Debug troggle
 * true / false
 */
define( 'WP_POST_REVISIONS', true );

It recommended checking the wp-config file if that code already exists, you can just modify that. Before go on production mood make wp_debug – false.

If you face load-scripts.php problem put the code on wp-config file

wp-config.php
/**
 * load-scripts.php problem fix
 */
define( 'CONCATENATE_SCRIPTS', false );

Leave a Reply

Your email address will not be published. Required fields are marked *

WordPress Ajax Search without plugin [ Easy ]

WordPress Ajax Search without plugin. Fully custom code work with woocommerce as well

JQuery Auto Hight

jQuery height change after a specific time interval

Create a new WordPress administrator via functions.php & FTP

Sometimes, you might need to create an administrator account in WordPress without being able to access the admin dashboard. This could be because you have lost access to your site’s admin panel or when troubleshooting a client’s website. In this tutorial, we will show you how to programmatically add a WordPress administrator account using the […]

Enable Leverage browser caching & Compression

To speed up your website and get good score, Enable Leverage browser caching & Compression

Web Development Project in mind?

if you looking for a web developer for paid contribution to your project I am available for work.

Mukto
Mukto

Click the button below to chat with me.