Hi everybody!
Could someone help me please?
I'm using a plugin in my website and I got a question:
Is recommended to use this statement if(function_exists()) to validate if the function related to my plugin works or not, right?
The trouble is that for some wordpress versions when I'm using this best practice is working normally in other cases the page of the site/blog get without content (white page) and if I remove this validation works normally.
If I remove if(function_exists()) works in both cases, is there problem if I remove this validation?
Thanks in advance.