“Product” before attribute name, new bug
-
https://ww.wp.xz.cn/support/topic/product-prepending-to-attribute-name-now/
Same issue here: “Product” is prepended to attributes names. It happens in default admin UI, in attribute archive breadcrumbs, in few page titles, in 3rd party plugins.
Issue is here: $tax_object->labels->name; // now returns “Product AttributeName” instead of “AttributeName”.
While you can fix all your places to use $tax_object->labels->singular_name; // which has original “AttributeName” please fix $tax_object->labels->name; // instead. It is used by 3rd party plugins, I don’t see a reason why you should change its default bahaviour and prepend some nonsense text, which is not even in my shop’s language.
The topic ‘“Product” before attribute name, new bug’ is closed to new replies.

