Support

Account

Home Forums Bug Reports The WP 4.8.3 update broke the query on sub field values Reply To: The WP 4.8.3 update broke the query on sub field values

  • Try to remove the % only on the filter here:
    $where = str_replace("meta_key = 'dates_", "meta_key LIKE 'dates_", $where);

    Can you execute the following and then send to us after $query?
    <?php echo '<pre>'; var_export($the_query); echo '</pre>'; ?>