• Resolved Naxia

    (@axeea)


    Hi

    How can i add and save custom fields in store form (seller profile->settings->store)?

    Thanks.

Viewing 1 replies (of 1 total)
  • You can use this hook to add custom input fields into the settings form :

    <?php do_action( 'dokan_settings_form_bottom', $current_user, $profile_info ); ?>

    And then use this action to call your save function :

    <?php do_action( 'dokan_store_profile_saved', $store_id ); ?>

Viewing 1 replies (of 1 total)

The topic ‘How can add custom fields’ is closed to new replies.