To change hard URLs of the website we can add these two things in
the /** Sets up WordPress vars and included files. */
define(‘WP_HOME’,’http://localhost/folder_name’);
define(‘WP_SITEURL’,’http://localhost/folder_name’);
Plugin for WordPress database backup:
Simple Database Export —> for DB backup
File Manager —–> for file archive and download
================================================================Head, Footer and Post Injections ——> this plugin is used for inserting common code in header and footer section of the website for all pages