| Current File : /home/digitaw/www/wp-content/updraft/plugins-old/formidable/stripe/views/payments/entry_sidebar.php |
<?php
if ( ! defined( 'ABSPATH' ) ) {
die( 'You are not allowed to call this page directly.' );
}
?>
<div id="misc-publishing-actions">
<div class="misc-pub-section">
<span class="dashicons dashicons-<?php echo esc_attr( $icon ); ?> wp-media-buttons-icon"></span>
<?php echo esc_html( FrmTransLiteAppHelper::formatted_amount( $payment ) ); ?>
<a href="?page=formidable-payments&action=show&id=<?php echo absint( $payment->id ); ?>">
<?php echo esc_html( $created_at ); ?>
</a>
</div>
</div>