subscriptions.php
335 Bytes
<?php
/**
* My Account > Subscriptions page
*
* @author Prospress
* @category WooCommerce Subscriptions/Templates
* @version 2.0.15
*/
if ( ! defined( 'ABSPATH' ) ) {
exit; // Exit if accessed directly
}
wc_print_notices();
wc_get_template( 'myaccount/navigation.php' );
WC_Subscriptions::get_my_subscriptions_template();