Main Menu
Sub Menu

wpdm_download_lock

Description


If you want to add extra locks under Package Settings => Lock Options , you can use this hook.

Parameters


Two arguments are passed to this hook.

Usage


 

<?php add_filter('wpdm_download_lock','my_new_lock', 10, 2); ?>

Examples



<?php
add_filter( 'wpdm_download_lock', 'my_new_lock', 10, 2 );
function my_new_lock( $extra_lock, $package ) {
    $extra_lock['lock'] = 'locked'; // locked or empty
    $extra_lock['type'] = ''; //lock type
    $extra_lock['html'] = ''; //html code for extra lock

    return $extra_lock;
}

?>

Related


Last updated on Feb 22, 2023

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.