Hundreds of Daily Errors, You need ABSPATH
-
We are seeing hundreds of errors a day like
Uncaught exception 'Error' with message 'Call to undefined function esc_html()' in /wp-content/plugins/media-library-assistant/includes/class-mla-file-downloader.php:117
if you add the following line of code to the top of wp-content/plugins/media-library-assistant/includes/mla-file-downloader.php these errors would go away.
if ( ! defined( 'ABSPATH' ) ) { exit; // Exit if accessed directly }
Please let me know if I can submit this as a pull request somewhere
Viewing 4 replies - 1 through 4 (of 4 total)
Viewing 4 replies - 1 through 4 (of 4 total)
- The topic ‘Hundreds of Daily Errors, You need ABSPATH’ is closed to new replies.