Thread Starter
dali44
(@dali44)
Hello
Yes they have an action hook.
job done with this code:
function author_reward($package) {
$user_id= $package['author'];
mycred_add( 'file_author_reward', $user_id, 10, 'Points for downloaded files' );
}
add_action( 'wpdm_onstart_download', 'author_reward' );
Thanks for your help
Best regards
-
This reply was modified 2 years, 2 months ago by dali44.