Suggestion - turn off `MakeValidPatronFooter` inside WordPress plugin settings

I want to switch off the MakeValidPatronFooter inside WordPress plugin settings. I know that I can rewrite the code to prevent this footer showing, however i’d prefer to do this inside the plugin settings. Am I missing something? It seems like a setting that should exist.

There isnt such a setting to turn on that function. You can use filters to make it so that it will return an empty string, therefore effectively turn it off.

to save me digging through the docs and functions, is there any you chance you can jot down the filter for me?