Skip to content

Commit

Permalink
Updated view subscription hook
Browse files Browse the repository at this point in the history
Updated "edd_helpscout_after_subscription_list_item" hook and removed unavailable helpscout variable.
  • Loading branch information
flowdee authored and webzunft committed Aug 17, 2022
1 parent d462123 commit 3f00c28
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion views/subscriptions.php
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
<span class="c-sb-list-item__text t-tx-charcoal-300" style="font-size:11px;"><?= __( 'Expiration:', 'edd-helpscout' ); ?> <?= $subscription['expiration'] ?></span>
</span>
</li>
<?php do_action( 'edd_helpscout_after_subscription_list_item', $subscription, $helpscout_data ); ?>
<?php do_action( 'edd_helpscout_after_subscription_list_item', $subscription ); ?>
<?php endforeach ?>
</ul>
</div>
Expand Down

0 comments on commit 3f00c28

Please sign in to comment.