• Hi. I have got this issue with your plugin.

    Deprecated: Unparenthesized a ? b : c ? d : e is deprecated. Use either (a ? b : c) ? d : e or a ? b : (c ? d : e) in C:\xampp\htdocs\demos\industify\wp-content\plugins\opt-in-hound\includes\functions-admin-settings-fields.php on line 644

    I have fixed this issue.

    Just replace this line with below code:

    $value = ( (in_array( $option_value, $field[‘value’] ) ? $option_value : ( in_array( $option_value, $field[‘default’] ) )) ? $option_value : ” );

    Best Regards

  • The topic ‘Please fix the issue with WordPress Last Version’ is closed to new replies.