Výměna e-mailu za stažení souboru
**Email Before Download**
„https://wordpress.org/plugins/email-before-download/“:https://wordpress.org/plugins/email-before-download/
Email Before Download presents your users with a form where they submit information, like their name and email address, prior to receiving a download.
This plugin integrates with the popular Contact Form 7 and WordPress Download Monitor plugins, allowing you to create any form you like and manage/monitor your file downloads.
!!! Můžou zmizet náhledové obrázky, zde „workaround“:https://wordpress.org/support/topic/featured-image-disappears-1
/—code php
// Around line 182 of wp-content/plugins/download-monitor/includes/class-wp-dlm.php, after this:
$current_support = get_theme_support( ‚post-thumbnails‘ );
// Put this:
if(is_array($current_support[0])) $current_support = $current_support[0];
// Then the code should be like this:
$current_support = get_theme_support( ‚post-thumbnails‘ );
if(is_array($current_support[0])) $current_support = $current_support[0];
\—
„Remove *The link to the file(s) has been e-mailed to you* »“:https://wordpress.org/support/topic/remove-the-link-to-the-files-has-been-e-mailed-to-you
„Custom Sender for Email Before Download »“:https://wordpress.org/plugins/custom-sender-for-email-before-download/