Why is email filled in when not logged in, even for new visitor

I have been able to figure out what is causing the problem. I have disabled the “Limit Login Attempts Reloaded” plugin and automatically your “SpeakOut” plugin now works correctly. I believe they are sharing common variables. Therefore, it is important that in the features or possible incompatibilities, the compatibility issue with that plugin is indicated. … Read more

Get form fields data on form submission using forminator plugin

While I can’t comment on Forminator on this stack, there is a basic mistake involving add_action causing the error message in your log. The cause of this is that your function requires 2 arguments to work, but you did not tell add_action this, so it used the default 1: add_action( string $hook_name, callable $callback, int … Read more