Home Forums WordPress Plugins Hide My WP wp-embed and wp-emoji

This topic is: not resolved
Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #7965

    Hi, I’m obfuscating the wp-includes which works fine.

    How ever in the home page I can see the wp-embed.min.js and wp-emoji-release.min.js

    Is it possible that wp-xxx can be modified?

    I have already activated the Clean up other.

    Do I new to modify the wp-admin?

    Wordpress Version= 4.4.2

    #7972
    Suman M.
    Post count: 12480

    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.

Viewing 2 posts - 1 through 2 (of 2 total)

You must be logged in to reply to this topic.