Hi, to replace wp-emoji-release.min.js:
Add following replacement in “replace in html” (under replace tools tab):
wp-emoji-release.min.js ==> emj.js
Add following replacement in “replace urls”
wp-includes/js/wp-emoji-release.min.js ==> wp-includes/js/emj.js
For wp-embed.min.js – if you do not use enhanced embeds in wordpress then disable this feature using this plugin – https://wordpress.org/plugins/disable-embeds/
You may modify wp-admin path, but you’ll need to follow the on-screen instructions very carefully. Please follow these steps:
– in Permalink & URLs tab set “New wp-admin Path” field to “NEW_WPADMIN_PATH_NAME” (a new window will open with the instructions)
– add following line in wp-config.php
define(“ADMIN_COOKIE_PATH”, “/NEW_WPADMIN_PATH_NAME”);
– you’ll also need to update your .htaccess file (if it’s not writable) by adding following line before ‘RewriteCond REQUEST_FILENAME} !-f’:
RewriteRule ^NEW_WPADMIN_NAME/(.*) /wp-admin/$1 [QSA,L]
– clicked on “I did it (login to new dashboard)” button.