Main Menu
Sub Menu

basic_settings

Description


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.

Parameters


There are no parameters passed to this hook.

Usage


<?php add_action('basic_settings', 'my_settings',10); ?>

Examples

<?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
}
?>

Related


Action Hooks

basic_settings_section

Last updated on Dec 14, 2020

Need More Clarification?

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.

Need Customization?

If you need additional customization on WordPress Download Manager or any type of custom support on WordPress you may contact our customization service.