create_package_frontend action is triggered whenever a package is published from front-end. You can use this to take any action when a user adds a package from front-end. Example The example below will send an email to the site admin when any site member publishes a download manager package from front-end. <?php function notify_admin($package_id, $package){ … Continue reading create_package_frontend
Copy and paste this URL into your WordPress site to embed
Copy and paste this code into your site to embed