Main Menu
Sub Menu

wpdm_email_lock_heading

Description


If you want to change Email Lock Panel title/heading from Subscribe to download to something else you can use this hook.

Parameters


Two arguments are passed to this hook.

Usage


To change download link text to an image or other text.

add_filter('wpdm_email_lock_heading','wpdm_custom_email_lock_heading',10,2);

Examples


<?php
add_filter( 'wpdm_email_lock_heading', 'wpdm_custom_email_lock_heading', 10, 2 );
function wpdm_custom_email_lock_heading( $lock_heading, $package ) {
    $lock_heading = "My custom title";
    return $lock_heading;
} 
?>

 

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.