开发者 |
tsunoa
rubengc |
---|---|
更新时间 | 2017年6月2日 00:21 |
捐献地址: | 去捐款 |
PHP版本: | 4.0 及以上 |
WordPress版本: | 4.8 |
版权: | GPLv2 or later |
版权网址: | 版权信息 |
wp-content/plugins/
folder locallywp-admin/plugins.php
on your site (your WP Admin plugin page)You can add your own lists using the filter edd_downloads_lists_registered_lists
.
This is the structure for a list:
$list = array( 'list_identifier' => array( 'singular' => '', // List display name singular 'plural' => '', // List display name plural 'post_status' => 'publish', // Post status on create the list (publish|private) 'label' => '', // Default value for button label 'icon' => '' // Default value for button icon (add|bookmark|gift|heart|star|none) ) );