Can't hide wordpress path /plugins/fluent-community/
I was able to hide all the WP plugins path, except for fluent community, this is danger in the case of security, why is my security unable to change the path of fluent-community? Or is there a way to hide it so when people inspect the page, they won't know is a WP plugin?
Edison ChungΒ just to let you know that your users will be able to discover this plugin easily and changing the path name might not give you any security. But if this is important for you feature then add it to the roadmap.
Read comments under this post
Edison ChungΒ please read some technical explanation here
Technologies/Design System Used in FluentCommunity
- Separate, well-designed database tables for storing associated data.
- VueJS 3
- Vite (for compile & building all the assets)
- Element-Plus for building the UI components
- WordPress REST API
In addition... if a plugin use API then if you hide the plugin name the API remain original so it will be sufficient for bad actors (not mentioning other ways/vectors).
Try to use: domain.com/wp-json to see some basic info when API is available for non-logged users etc.