Skip to content

Commit

Permalink
feat(core): Add hook in seller setup wizard
Browse files Browse the repository at this point in the history
  • Loading branch information
ediamin committed Oct 23, 2018
1 parent d4ac620 commit 57d3eac
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions classes/seller-setup-wizard.php
Original file line number Diff line number Diff line change
Expand Up @@ -218,6 +218,9 @@ public function dokan_setup_store() {
<input type="text" id="calc_shipping_state" name="address[state]" value="<?php echo $address_state; ?>" / placeholder="<?php esc_attr_e( 'State Name', 'dokan-lite' ); ?>">
</td>
</tr>

<?php do_action( 'dokan_seller_wizard_store_setup_after_address_field', $this ); ?>

<tr>
<th scope="row"><label for="show_email"><?php _e( 'Email', 'dokan-lite' ); ?></label></th>
<td class="checkbox">
Expand Down

0 comments on commit 57d3eac

Please sign in to comment.