We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ba826c1 commit f8974cbCopy full SHA for f8974cb
functions/admin-page.php
@@ -139,7 +139,7 @@ function codeable_transcactions_stats_cb() {
139
<span class="label"><?php echo __( 'Tasks', 'wpcable' ); ?></span>: <span
140
class="value"><?php echo $account_details['user']['tasks_count']; ?></span><br/>
141
<span class="label"><?php echo __( 'Refunded', 'wpcable' ); ?></span>: <span
142
- class="value"><?php echo $clients_data['user']['totals']['refunds']; ?></span>
+ class="value"><?php echo $clients_data['totals']['refunds']; ?></span>
143
</div>
144
145
0 commit comments