Skip to content

Commit

Permalink
fix: Product Creation support for Catalog Mode
Browse files Browse the repository at this point in the history
  • Loading branch information
shohag121 committed Nov 20, 2023
1 parent 452fd5a commit 53ce788
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions includes/CatalogMode/Dashboard/Products.php
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,7 @@ public function __construct() {
add_action( 'dokan_product_edit_after_options', [ $this, 'render_product_section' ], 99, 1 );
// save catalog mode section data
add_action( 'dokan_product_updated', [ $this, 'save_catalog_mode_data' ], 13 );
add_action( 'dokan_new_product_added', [ $this, 'save_catalog_mode_data' ], 13 );
}

/**
Expand Down

0 comments on commit 53ce788

Please sign in to comment.