We'll create fresh WordPress site with Simple Download with password installed. You have 20 minutes to test the plugin after that site we'll be deleted.
Simple, easy, lightweight download manager with password protection
This download management plugin is designed to be light and easy to use.
Functions added by addons
If you want to download from your own site’s posting page, etc., write the shortcode [celtisdl_download id=”123″] in the content.
If you want to send download information via email, etc., send the download URL and password to the recipient.
There is no functionality to style the download button in various ways, but you can use filter hooks to change the style of the button.
Alternatively, if you are using a block editor, you can set the download URL in the link of the button block and set the button style in the block editor.
The plugin requires a download password, but there are two ways to bypass this requirement.
Please see the following page for details
Filter hooks for main customization
shortcode download button custom style filter hook
apply_filters( ‘celtisdl_download_button_custom’, $html, $post )
password form custom style filter hook
apply_filters( ‘celtisdl_password_form_custom’, $output, $post )
log view custom filter hook
apply_filters( ‘celtisdl_stat_content_custom’, $shtml, $stat )
apply_filters( ‘celtisdl_log_content_custom’, $shtml, $log )