How To Add Code To WP Without Plugin or Functions
In your case (I have done this on a number of sites of my own), I would use a “dummy” must-use plugin. This plugin, which doesn’t really need to say all that much, simply has a require statement to include the php code that I want to include from another location on the server. MU … Read more