Code error in class-form-fields-generator
-
You have an error in the file
class-form-fields-generator.php, line 5915
$like = isset($conditions[‘like’]) ? $conitions[‘like’] : ”;
This should be
$like = isset($conditions[‘like’]) ? $conditions[‘like’] : ”;
Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
- The topic ‘Code error in class-form-fields-generator’ is closed to new replies.