• Resolved cakru

    (@cakru)


    Hi,

    I get an error regarding the wp_download_log. Too many entrys. Is there no way to stop this behavior of the Plug In.

    kind regards

    Cay

Viewing 1 replies (of 1 total)
  • Hello @cakru ,

    You can disable the logs/reports by adding the following PHP snippet into your child theme’s functions.php file:

    add_filter( 'dlm_enable_reports', '__return_false' );

    Warmly,
    Razvan

Viewing 1 replies (of 1 total)

The topic ‘wp_download_log’ is closed to new replies.