PATH:
home
/
letacommog
/
newrdv1
/
wp-content
/
plugins1
/
dokan-pro
/
modules
/
subscription
/
templates
/
subscription
<?php /** * Template Name: product Subscription */ dokan_redirect_login(); dokan_redirect_if_not_seller(); get_header(); dokan_frontend_dashboard_scripts(); ?> <?php dokan_get_template( DOKAN_DIR . '/templates/dashboard-nav.php', array( 'active_menu' => 'subscription' ) ); ?> <div id="primary" class="content-area col-md-9"> <div id="content" class="site-content" role="main"> <?php while (have_posts()) : the_post(); ?> <?php get_template_part( 'content', 'page' ); ?> <?php endwhile; // end of the loop. ?> </div><!-- #content .site-content --> </div><!-- #primary .content-area --> <?php get_footer(); ?>
[+]
..
[-] .subscription.php
[edit]
[-] product_subscription_plugin_new.php
[edit]
[-] product_subscription_plugin.php
[edit]
[-] product_subscription.php
[edit]