Lachezar Stoyanov

Results 4 comments of Lachezar Stoyanov

I've been struggling with the same problem and I've found that workaround: ``` $(document).ready(function(){ window.cf.hooks.addFilter('carbon-fields.text.validate', 'some_namespace', ( field, value ) => { return 'Error message'; }); }); ```

Hi, this issue should be addressed to WooCommerce for the way they are filtering the SQL statement. For the Association Field as far as I understand the `orderby` and the...

Hi, could you please provide a real example and describe what are you exactly trying to achieve?

@pesseba Are you sure about that? I've tried resetting the password and the token remains valid. I've also checked the code and didn't found anything in the token validation function...