1. Home
  2. Web Hosting
  3. Nuxit Cloud Evolution
  4. Useful WordPress plugins and scripts
  1. Home
  2. Web Hosting
  3. Wordpress+
  4. Useful WordPress plugins and scripts

Useful WordPress plugins and scripts

MU-PLUGINS

Mu-plugins are PHP files containing code snippets that load automatically on every page of your site. Mu-plugins can increase security, add useful features, and speed up your WordPress.

First check if there is a file mu-plugins under the file wp-content.

If there is none, start by downloading the mu-plugins file.

Unzip the folder on your computer and transfer it completely via FTP to the /wp-content/. This should give you /wp-content/mu-plugins/. There is nothing to activate for the mu-plugins to work.

To learn more about mu-plugins, please visit this link.

Recommended extensions

Block Bad Queries for the protection of your WordPress.
Optimus to compress and optimize all your images for free (we offer the paid version).
WPS Hide Login to avoid brute force attacks on the WordPress administration login URL.

Change URLs

With WP-CLI

For the more experienced, you can change your links on the command line with WP-CLI via the expert mode available in the console. The following command allows you to change your links:

wp search-replace 'https://www.site1.fr' 'https://www.site2.fr'

Do not hesitate to consult this article for this feature.

With DBSR and SRDB

For the less experienced, you can use SRDB to simply replace any value in your WordPress database with another value of your choice.

Do not hesitate to consult this detailed article for this feature.

Duplicator

Duplicator is an extension that allows you to copy an entire WordPress site and move it to our console very easily.

Do not hesitate to consult this detailed article for this feature.

Updated on 12 July 2022

Related Articles