woocommerce-paypal-payments/tests/inc/inpsyde/wp-content/plugins/woocommerce-subscriptions/templates/myaccount/subscriptions.php
Emili Castells Guasch 42358d450d
Merge trunk
2026-04-07 11:06:36 +02:00

14 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 );