fix: Update version to 1.4.2 and enhance internal link suggestions with brand taxonomy detection
This commit is contained in:
@@ -165,6 +165,8 @@ class Groq_AI_Product_Text_Settings_Page {
|
||||
[
|
||||
'taxonomy' => 'product_cat',
|
||||
'hide_empty' => false,
|
||||
'orderby' => 'name',
|
||||
'order' => 'ASC',
|
||||
'number' => 0,
|
||||
]
|
||||
);
|
||||
@@ -230,6 +232,8 @@ class Groq_AI_Product_Text_Settings_Page {
|
||||
[
|
||||
'taxonomy' => $taxonomy,
|
||||
'hide_empty' => false,
|
||||
'orderby' => 'name',
|
||||
'order' => 'ASC',
|
||||
'number' => 0,
|
||||
]
|
||||
);
|
||||
|
||||
Reference in New Issue
Block a user