Can’t edit size chart !!! Plugin code is shit !
-
Jesus your plugin is so aweful !!!
Too many ‘LIKE’ queries cause the database to crash,the plugin code is shit !!!
Tell your developer to optimize it:
$size_chart_args['meta_query'][] = array( 'key' => 'prod-chart', 'value' => "{$size_chart_id}", 'compare' => 'EXISTS', ); $size_chart_args['meta_query'][] = array( 'key' => 'prod-chart', 'value' => $size_chart_id, 'compare' => 'LIKE', ); $size_chart_args['meta_query'][] = array( 'key' => 'prod-chart', 'value' => "[{$size_chart_id},", 'compare' => 'LIKE', ); $size_chart_args['meta_query'][] = array( 'key' => 'prod-chart', 'value' => ",{$size_chart_id},", 'compare' => 'LIKE', ); $size_chart_args['meta_query'][] = array( 'key' => 'prod-chart', 'value' => ",{$size_chart_id}]", 'compare' => 'LIKE', ); $size_chart_args['meta_query'][] = array( 'key' => 'prod-chart', 'value' => "[{$size_chart_id}]", 'compare' => 'LIKE', );
Viewing 3 replies - 1 through 3 (of 3 total)
Viewing 3 replies - 1 through 3 (of 3 total)
- The topic ‘Can’t edit size chart !!! Plugin code is shit !’ is closed to new replies.