����JFIF���������
__ __ __ __ _____ _ _ _____ _ _ _ | \/ | \ \ / / | __ \ (_) | | / ____| | | | | | \ / |_ __\ V / | |__) | __ ___ ____ _| |_ ___ | (___ | |__ ___| | | | |\/| | '__|> < | ___/ '__| \ \ / / _` | __/ _ \ \___ \| '_ \ / _ \ | | | | | | |_ / . \ | | | | | |\ V / (_| | || __/ ____) | | | | __/ | | |_| |_|_(_)_/ \_\ |_| |_| |_| \_/ \__,_|\__\___| |_____/|_| |_|\___V 2.1 if you need WebShell for Seo everyday contact me on Telegram Telegram Address : @jackleetFor_More_Tools:
<?php
/**
* My Downloads - Deprecated
*
* Shows downloads on the account page.
*
* This template can be overridden by copying it to yourtheme/kkart/myaccount/my-downloads.php.
*
* HOWEVER, on occasion Kkart will need to update template files and you
* (the theme developer) will need to copy the new files to your theme to
* maintain compatibility. We try to do this as little as possible, but it does
* happen. When this occurs the version of the template file will be bumped and
* the readme will list any important changes.
*
* @see https://docs.kkart.com/document/template-structure/
* @package Kkart\Templates
* @version 2.0.0
* @deprecated 2.6.0
*/
defined( 'ABSPATH' ) || exit;
$downloads = KKART()->customer->get_downloadable_products();
if ( $downloads ) : ?>
<?php do_action( 'kkart_before_available_downloads' ); ?>
<h2><?php echo apply_filters( 'kkart_my_account_my_downloads_title', esc_html__( 'Available downloads', 'kkart' ) ); // phpcs:ignore WordPress.Security.EscapeOutput.OutputNotEscaped ?></h2>
<ul class="kkart-Downloads digital-downloads">
<?php foreach ( $downloads as $download ) : ?>
<li>
<?php
do_action( 'kkart_available_download_start', $download );
if ( is_numeric( $download['downloads_remaining'] ) ) {
/* translators: %s product name */
echo apply_filters( 'kkart_available_download_count', '<span class="kkart-Count count">' . sprintf( _n( '%s download remaining', '%s downloads remaining', $download['downloads_remaining'], 'kkart' ), $download['downloads_remaining'] ) . '</span> ', $download ); // phpcs:ignore WordPress.Security.EscapeOutput.OutputNotEscaped
}
echo apply_filters( 'kkart_available_download_link', '<a href="' . esc_url( $download['download_url'] ) . '">' . $download['download_name'] . '</a>', $download ); // phpcs:ignore WordPress.Security.EscapeOutput.OutputNotEscaped
do_action( 'kkart_available_download_end', $download );
?>
</li>
<?php endforeach; ?>
</ul>
<?php do_action( 'kkart_after_available_downloads' ); ?>
<?php endif; ?>
| Name | Type | Size | Permission | Actions |
|---|---|---|---|---|
| dashboard.php | File | 2.36 KB | 0644 |
|
| downloads.php | File | 1.48 KB | 0644 |
|
| form-add-payment-method.php | File | 2.75 KB | 0644 |
|
| form-edit-account.php | File | 4.2 KB | 0644 |
|
| form-edit-address.php | File | 1.91 KB | 0644 |
|
| form-login.php | File | 5.18 KB | 0644 |
|
| form-lost-password.php | File | 1.77 KB | 0644 |
|
| form-reset-password.php | File | 2.23 KB | 0644 |
|
| lost-password-confirmation.php | File | 1.2 KB | 0644 |
|
| my-account.php | File | 886 B | 0644 |
|
| my-address.php | File | 2.39 KB | 0644 |
|
| my-downloads.php | File | 2.04 KB | 0644 |
|
| my-orders.php | File | 3.63 KB | 0644 |
|
| navigation.php | File | 1.11 KB | 0644 |
|
| orders.php | File | 4.82 KB | 0644 |
|
| payment-methods.php | File | 3.66 KB | 0644 |
|
| view-order.php | File | 2.28 KB | 0644 |
|