15 lines
325 B
PHP
15 lines
325 B
PHP
<?php
|
|
/**
|
|
* My Account > Subscriptions page
|
|
*
|
|
* @author Prospress
|
|
* @category WooCommerce Subscriptions/Templates
|
|
* @version 1.0.0 - Migrated from WooCommerce Subscriptions v2.0.15
|
|
*/
|
|
|
|
if ( ! defined( 'ABSPATH' ) ) {
|
|
exit; // Exit if accessed directly
|
|
}
|
|
|
|
WCS_Template_Loader::get_my_subscriptions( $current_page );
|