How Do I Change the Footer Date in WordPress?

Changing the Footer Date in WordPress

Changing the Footer Date in WordPress can be done by editing the file wp-config.php. To do this, open the file in a text editor and locate the following line:

define(‘WP_USE_THEMED_ACTIVITY’, true);

If the value of this line is set to false, then the Footer Date field in the WordPress admin is disabled. To enable the Footer Date field, change the value of the WP_USE_THEMED_ACTIVITY line to true.

Once the Footer Date field is enabled, you can change the date in the field using the date() function. To do this, enter the date you want to use in the Footer Date field, followed by a comma. For example, if you want to use the date() function to change the Footer Date field to December 31, 2020, you would enter the following into the Footer Date field:

date(‘ 2020-12-31 ‘, ‘ comma’);.