brand ); return is_wp_error( $result ) ? $result : true; } add_filter( 'sfw/create/producttype/prepare', '_sfw_hook_sync_brand_before_producttype', 100, 3 ); add_filter( 'sfw/update/producttype/prepare', '_sfw_hook_sync_brand_before_producttype', 100, 3 ); /* * add brand_term to article if not exists */ add_filter( 'sfw/create/article', '_sfw_hook_sync_article_add_brand_terms', 9, 4 ); add_filter( 'sfw/update/article', '_sfw_hook_sync_article_add_brand_terms', 9, 4 );