I am not familiar with that plugin — like most things, why not try it and see what happens?
You can MANUALLY hide your assets == like hide your WordPress /wp-content/ folder? You can generally move the /wp-content/ folder to something like /assets/ — most properly written WP themes and plugins will reference the locale of the 'WP_CONTENT_DIR' variable.
https://codex.wordpress.org/Editing_wp-config.php#Moving_wp-content_folder
Also know it’s almost impossible to fully hide the fact you’re using WordPress from the folks who know what to look for in doing a Google search. But that sure doesn’t hurt !
thank you for your answer,
iam talking about this plugin
http://codecanyon.net/item/hide-my-wp-no-one-can-know-you-use-wordpress/4177158
No idea. Will it hide visual composer, will it hide yoast SEO, is it going to rename everything like akismet. You’re better off learning how to do the deed yourself so you can repair things vs when the plugin suddenly stops working and your SEO, links, and system crash and burn.
Just my two cents.
Hi,
@Kortris
We didn’t do any tests with this plugin so i cannot say if it works fine with the theme.
And you cannot fully hide the theme, the css classes will still be there and to change them you have to modify the entire theme (style.css and the classes on all elements).
As for wordpress, i guess it’s even harder and you also have to hide the plugins.
Thank you!