Skip to content

Commit

Permalink
Add new filter to extend output of activated sites
Browse files Browse the repository at this point in the history
  • Loading branch information
rene-hermenau authored and webzunft committed Nov 10, 2022
1 parent 99381b1 commit e420c91
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions views/licenses.php
Original file line number Diff line number Diff line change
Expand Up @@ -104,6 +104,7 @@
<a class="c-sb-list-item__link t-tx-blue-500" href="<?= esc_url( $site['url'] ) ?>"><?= $site['site'] ?></a>
<a href="<?= esc_url( $site['deactivate_link'] ); ?>" target="_blank"> <small style="color: red;">(<?= __( 'deactivate', 'edd-helpscout' ) ?>)</small></a>
</li>
<?php do_action('edd_helpscout_after_licenses_active_site_list_item', $site) ?>
<?php endforeach ?>
</ul>
</div>
Expand Down

0 comments on commit e420c91

Please sign in to comment.