If you want to add new settings under Downloads => Settings => Basic => Misc Settings , you can use this hook.
If you want to add extra settings under Misc Settings section, you can use this hook.
There are no parameters passed to this hook.
<?php add_action('basic_settings', 'my_settings',10); ?>
<?php add_action('basic_settings', 'my_settings',10); function my_settings(){ ?> Twitter Bootstrap <select name="__wpdm_twitter_bootstrap"> <option value="active">Active</option> <option selected="selected" value="djs">Disable JS</option> <option selected="selected" value="dcss">Disable CSS</option> <option selected="selected" value="dall">Disable Both</option> </select> <?php } ?>
For any technical issue, if you are already using pro version please post in pro forum and free version users please post in free forum. Otherwise, if you have any pre-sale or order related query please contact live chat support team. For technical support.