You are here

function commerce_wishlist_update_7302 in Commerce Wishlist 7.3

Create visibility field.

File

./commerce_wishlist.install, line 50
Installation hooks.

Code

function commerce_wishlist_update_7302() {

  // Create visibility field.
  commerce_wishlist_create_visibility_field();
}