PATH:
home
/
letacommog
/
newrdv1
/
wp-content
/
plugins1
/
dokan-pro
/
modules
/
follow-store
/
views
<?php defined( 'ABSPATH') || exit; require_once ABSPATH . WPINC . '/formatting.php'; do_action( 'woocommerce_email_header', $email_heading, $email ); ?> <div id="dokan-follow-store"> <h1 id="dokan-follow-store-title"> <?php if ( 'following' === $data['status'] ) { esc_html_e( 'You have got a new store follower!', 'dokan' ); } else { esc_html_e( 'Someone just unfollowed your store!', 'dokan' ); } ?> </h1> <p class="status"> <?php if ( 'following' === $data['status'] ) { printf( __( '%s has just followed your store.', 'dokan' ), $data['follower']->display_name ); } else { printf( __( '%s has just unfollowed your store.', 'dokan' ), $data['follower']->display_name ); } ?> </p> </div> <style type="text/css"> .status { font-size: 18px; margin-top: 30px !important; } </style> <?php do_action( 'woocommerce_email_footer', $email );
[+]
..
[-] follow-store-vendor-email-html.php
[edit]
[-] follow-store-updates-email-html.php
[edit]
[-] follow-button.php
[edit]
[-] vendor-dashboard.php
[edit]
[-] .views.php
[edit]
[-] follow-button-after-store-tabs.php
[edit]