Main Menu
Sub Menu

wpdm_package_settings_tabs

Description


If you want to add new settings tab under Downloads --> Add New --> Package Settings , you can use this hook.

Parameters


One parameter is passed to this hook.

Usage


To add new tabs Under Package Settings section.
<?php add_filter('wpdm_package_settings_tabs','my_new_tab',10,1);  ?>

Examples


<?php

add_filter('wpdm_package_settings_tabs','my_new_tab',10,1);

function my_new_tab($tabs){
$tabs['my_id'] = 'My Tab Name';
return $tabs;
}

?>

Related


Last updated on Jun 29, 2014

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.