How to hide plugin versions

kenndovina

New member
Joined
May 25, 2023
Messages
1
Hello!

I'm looking for information or assistance in finding a suitable plugin to hide the display of all plugin versions that Wrappalayer showcases. If such a plugin exists, could you please recommend it? 😄
Or there is some code tweak instead?
 
Hello!

I'm looking for information or assistance in finding a suitable plugin to hide the display of all plugin versions that Wrappalayer showcases. If such a plugin exists, could you please recommend it? 😄
Or there is some code tweak instead?
I dont think this is possible, you could try use css
.plugin-version-author-uri {
display: none;
}
If its really important try to look for some wp dude on fiverr who could do it for couple bucks maybe?

Now on other hand I remember I was hiding plugins versions somewhere.....You can edit it in wordpress even if i remember correctly, but where....If its same think were talking about.


You can log in to your WordPress admin and navigate to Tools -> Plugin File Editor. You’ll then need to select FooBox and all of the FooBox files will be displayed. After that, go through the files and remove/change the version numbers added.


Found this on google, dont remember but maybe this I used.
 
Similar threads Most view View more
Back
Top Bottom