FIX Replacing LIKE by = to avoid unwanted chantier querried
All checks were successful
continuous-integration/drone/push Build is passing
All checks were successful
continuous-integration/drone/push Build is passing
This commit is contained in:
parent
36f2ab65ea
commit
c7d3fdbb66
|
|
@ -139,7 +139,7 @@ $pageIcon = get_field('page_icon', get_queried_object_id()) ?? null;
|
||||||
array(
|
array(
|
||||||
'key' => 'artisan',
|
'key' => 'artisan',
|
||||||
'value' => $post->ID,
|
'value' => $post->ID,
|
||||||
'compare' => 'LIKE'
|
'compare' => '='
|
||||||
)
|
)
|
||||||
)
|
)
|
||||||
);
|
);
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user