darkpixel
Forum Replies Created
-
Forum: Networking WordPress
In reply to: How to protect a WordPress site from malicious plugins?@catacaustic thanks, I was afraid of that.
Definitely I only install plugins that have many good reviews and come from the WP plugin site, but it’s too much trust to give full access to a site to 3rd party devs.
I guess for now I’ll try to set up docker to restrict internet access.
Forum: Networking WordPress
In reply to: How to protect a WordPress site from malicious plugins?Hey there, thanks for the quick reply.
The plugin you suggested looks good for general protection, but it won’t protect plugins from leaking data out.
I guess what I’m looking is to have all plugins behind a “firewall” for both incoming and outgoing connections. This way I can whitelist certain plugins, allow connections to certain servers, ports, etc.Forum: Developing with WordPress
In reply to: Get next and previous post on a REST callThanks again, @bcworkz, setting that global variable made the next/prev functions to work properly!
Forum: Developing with WordPress
In reply to: Proper place to add custom REST fieldsThank you, I got it to work now.
Forum: Everything else WordPress
In reply to: List of artists with profilesThank you.
I checked those plugins and they seem to be a good starting point.
I think maybe the easiest way to accomplish what I want is to add custom user fields – is this possible?