nielslange / smntcs-show-symlinked-plugins

Prevent accidentally deleting or updating symlinked plugins.
https://wordpress.org/plugins/smntcs-show-symlinked-plugins/
GNU General Public License v2.0
1 stars 1 forks source link

Update available in the updates page #3

Closed roykho closed 1 year ago

roykho commented 1 year ago

There is still a location where the plugin can be updated.

https://capture.dropbox.com/T9n7sGo0UFSrFRpW

Perhaps see if there is a way (hook) to remove symlinked plugins from showing up in this update list page.

nielslange commented 1 year ago

Thanks for reporting this, @roykho. I also noticed this. I'm uncertain if there's a hook for this use case, as it's rather specific, but I'll look into it when I have time.

roykho commented 1 year ago

So I took a look at this and apparently there are no available hooks in core to facilitate what we want. It's possible to just use JS to manipulate that page but it would be pretty messy because there are too many different components on the page to account for and thus not sure it's worth the effort.

nielslange commented 1 year ago

So I took a look at this and apparently there are no available hooks in core to facilitate what we want. It's possible to just use JS to manipulate that page but it would be pretty messy because there are too many different components on the page to account for and thus not sure it's worth the effort.

I feel like it's not worth the effort in this case. Are you fine with closing this issue, @roykho?