A WordPress plugin which provides an intuitive UI for uploading and managing downloadable files (including support for multiple versions), inserting download links into posts & logging downloads.
Describe the bug
PHP Warnings are triggered on shortcodes that do not use a defined Download - Page Addon for example -, so neither the $dlm_download nor the $downloadobjects are defined.
To Reproduce
Steps to reproduce the behavior:
Activate Page Addon, add shortcode [download_page] on a page and see the results. The WP_DEBUG constant needs to be defined and set to true
Expected behavior
A clear and concise description of what you expected to happen.
Screenshots
If applicable, add screenshots to help explain your problem.
Extensions installed and activated:
[ ] Advanced Access Manager
[ ] Amazon S3
[ ] Buttons
[ ] Captcha
[ ] CSV Exporter
[ ] CSV Importer
[ ] Downloading Page
[ ] Email lock
[ ] Email Notifications
[ ] Google Drive
[ ] Gravity Forms
[ ] Mailchimp
[ ] Ninja Forms
[ ] Page Addon
[ ] Terms & Conditions
[ ] Twitter Lock
Additional context
Add any other context about the problem here.
Describe the bug PHP Warnings are triggered on shortcodes that do not use a defined Download - Page Addon for example -, so neither the
$dlm_download
nor the$download
objects are defined.To Reproduce Steps to reproduce the behavior:
[download_page]
on a page and see the results. The WP_DEBUG constant needs to be defined and set to trueExpected behavior A clear and concise description of what you expected to happen.
Screenshots If applicable, add screenshots to help explain your problem.
Extensions installed and activated:
Additional context Add any other context about the problem here.