My custom php file keeps 404’ing in WordPress when I call it. What am I missing?
You don’t need to submit the form to the PHP script – the script simply needs to be included or required by PHP – this makes the code within it available to your entire application. As Tom pointed out in his comments, there are security risks to this approach – but it is also not … Read more