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 f45cc5f commit 8401d6cCopy full SHA for 8401d6c
templates/license-control.php
@@ -8,6 +8,7 @@
8
if ( ! empty( $args['type'] ) && 'theme' === $args['type'] ) {
9
$name = wp_get_theme()->get( 'Name' );
10
}
11
+do_action( "edd_sl_sdk_license_control_before_{$args['id']}", $args );
12
?>
13
<p>
14
<?php
@@ -24,3 +25,6 @@
24
25
$args['license']->get_actions( true );
26
27
</div>
28
+
29
+<?php
30
+do_action( "edd_sl_sdk_license_control_after_{$args['id']}", $args );
0 commit comments