Functional Action and Hooks

Dokan Multi Vendor Documentation

Dokan has hooks for all necessary functions.

Functional Actions

Hooks on functions.

product_variation_linkedHook for manage product variation. Perameter ( $variation_id )
dokan_store_profile_savedAfter save store profile information. Perameter ( $store_id, $dokan_settings )
dokan_process_product_metaHook to manage Product meta. Perameter ( $post_id )
dokan_checkout_update_order_metaHook runs after save all order meta. Perameter ( $order_id )
dokan_new_product_addedHook runs after added any new product. Perameter ( $product_id, $post_data )

Note: All hooks of woocommerce plugin are available.