We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ff78871 commit c7f8356Copy full SHA for c7f8356
includes/Admin/Global_Attributes_Banner.php
@@ -143,7 +143,7 @@ private function is_attribute_taxonomy( $taxonomy ) {
143
private function attribute_exists( $attribute_name ) {
144
// Check if the taxonomy exists (attributes use pa_{name} taxonomy)
145
$taxonomy_name = 'pa_' . $attribute_name;
146
-
+
147
if ( ! taxonomy_exists( $taxonomy_name ) ) {
148
return false;
149
}
0 commit comments