| 1 |
<?php |
| 2 |
/** |
| 3 |
* Template for displaying order details tab in user profile page. |
| 4 |
* |
| 5 |
* This template can be overridden by copying it to yourtheme/learnpress/tabs/order-details.php. |
| 6 |
* |
| 7 |
* @author ThimPress |
| 8 |
* @package Learnpress/Templates |
| 9 |
* @version 3.0.0 |
| 10 |
*/ |
| 11 |
|
| 12 |
/** |
| 13 |
* Prevent loading this file directly |
| 14 |
*/ |
| 15 |
defined( 'ABSPATH' ) || exit(); |
| 16 |
|
| 17 |
$profile = LP_Profile::instance(); |
| 18 |
|
| 19 |
do_action( 'learn-press/profile/order-details' ); |
| 20 |
|