• 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)
  • Plugin Author Razvan Aldea

    (@raldea89)

    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)
  • You must be logged in to reply to this topic.