PATH:
home
/
letacommog
/
rdvenunclick.fr1
/
wp-content
/
plugins
/
dokan-pro
/
templates
/
global
<?php /** * Dokan Account Migration Button Template * * @since 2.4 * * @package dokan */ ?> <p> </p> <ul class="dokan-account-migration-lists"> <li> <div class="dokan-w8 left-content"> <p><strong><?php _e( 'Become a Vendor', 'dokan' ) ?></strong></p> <p><?php _e( 'Vendors can sell products and manage a store with a vendor dashboard.', 'dokan' ) ?></p> </div> <div class="dokan-w4 right-content"> <a href="<?php echo esc_url( dokan_get_page_url( 'myaccount', 'woocommerce' ) . 'account-migration' ); ?>" class="btn btn-primary"><?php _e( 'Become a Vendor', 'dokan' ); ?></a> </div> <div class="dokan-clearfix"></div> </li> <?php do_action( 'dokan_customer_account_migration_list' ); ?> </ul>
[+]
..
[-] account-migration-btn.php
[edit]
[-] profile-progressbar.php
[edit]
[-] dokan-registration.php
[edit]
[-] update-account.php
[edit]
[-] social-registration.php
[edit]