=== EDD Download Actions === Contributors: tsunoa, rubengc, eneribs Tags: easy, digital, downloads, easy digital downloads, edd, action, actions, link, links, button, buttons Requires at least: 4.0 Tested up to: 4.8 Stable tag: 1.0.1 License: GPLv2 or later License URI: http://www.gnu.org/licenses/gpl-2.0.html Add multiple actions to any product. == Description == EDD Download Actions lets you create customizable links with different urls associated to a specific product. Actions can be displayed from a widget as from a shortcode ([edd_download_actions]). Also adds a new parameter "download_actions" to [downloads] shortcode to allow show the download's actions on products lists. Additionally the "actions" key will be added on EDD Products API with an array of the actions configured. This plugin requires [Easy Digital Downloads](https://wordpress.org/extend/plugins/easy-digital-downloads/ "Easy Digital Downloads"). == Installation == = From WordPress backend = 1. Navigate to Plugins -> Add new. 2. Click the button "Upload Plugin" next to "Add plugins" title. 3. Upload the downloaded zip file and activate it. = Direct upload = 1. Upload the downloaded zip file into your `wp-content/plugins/` folder. 2. Unzip the uploaded zip file. 3. Navigate to Plugins menu on your WordPress admin area. 4. Activate this plugin. == Screenshots == 1. Frontend output (Theme: Themedd) 2. Admin edit screen == Frequently Asked Questions == = Which shortcodes come bundled with EDD Download Actions? = EDD Download Actions comes with the following shortcode [edd_download_actions] and it accepts the next parameters: * id: The download's ID. * action_id: The action's ID, if not specified, then all actions will rendered. Examples: [edd_download_actions] - Outputs all actions of the current downloads [edd_download_actions id="100"] - Outputs all actions of the download with ID 100 [edd_download_actions id="100" action_id="1"] - Outputs the action 1 of the download with ID 100 = Which widgets come bundled with EDD Download Actions? = EDD Download Actions comes with the widget "Download Actions" to show all download actions from any sidebar. = Can I display the download actions from [downloads] shortcode? = Yes, just using the new parameter "download_actions". Example: [downloads download_actions="yes"] == Changelog == = 1.0.1 = * Support for EDD Products API. = 1.0.0 = * Initial release.