function_exists ( 'ray' ) #37
carlituxman
started this conversation in
Ideas
Replies: 1 comment 1 reply
-
I don't understand your remark, but feel free to PR non-breaking improvements. |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
It would be necessary something like this using mu-plugins
if ( !function_exists('ray') ) { function ray() {} }
for production environments
Beta Was this translation helpful? Give feedback.
All reactions