TypeRocket / core

TypeRocket core source files where all the magic lives.
https://typerocket.com
36 stars 21 forks source link

Form fields - hide bug icon #74

Closed tomislav13 closed 4 years ago

tomislav13 commented 4 years ago

Regards, how to hide bug icon (div with css class 'dev') on all typerocket form fields? I need to hide it for certain wordpress user roles. I could do it with jQuery, but is there some typerocket option to do just that?

kevindees commented 4 years ago

Hey @tomislav13

You need to set WP_DEBUG to false.

tomislav13 commented 4 years ago

Oh, that makes sense, thank you.