Notice: Function _load_textdomain_just_in_time was called incorrectly. Translation loading for the rocket domain was triggered too early. This is usually an indicator for some code in the plugin or theme running too early. Translations should be loaded at the init action or later. Please see Debugging in WordPress for more information. (This message was added in version 6.7.0.) in /var/www/practical-tips.com/wp-includes/functions.php on line 6114

Notice: Function _load_textdomain_just_in_time was called incorrectly. Translation loading for the soledad domain was triggered too early. This is usually an indicator for some code in the plugin or theme running too early. Translations should be loaded at the init action or later. Please see Debugging in WordPress for more information. (This message was added in version 6.7.0.) in /var/www/practical-tips.com/wp-includes/functions.php on line 6114
Wordpress: Emptying the cache - how to do it - Practical Tips

Wordpress: Emptying the cache – how to do it

by Pramith

Clearing the cache in WordPress has several advantages. Especially after changes to the website, this may be necessary to ensure that your page is displayed correctly on your computer.

WordPress: Delete cache folder

Many programmes have their own cache, which can also be cleared manually.

  • The cache folder in Wordpress is located in the directory: “…/wordpress/wp-content/cache”.
  • You can easily delete the contents of the folder. The easiest way to do this is to use a free FTP client like FileZilla.
  • To be on the safe side, make a copy of the contents first.

Related Articles

Leave a Comment