Решение. В функцию темы добавить
add_action( 'woocommerce_before_single_product', 'ec_child_modify_display_specs_attr' ); function ec_child_modify_display_specs_attr() { global $post; update_post_meta( $post->ID, '_specifications_display_attributes', 'yes' );}