• Hi,

    in dkpdf-functions.php at line 38 you set

    $post_type = get_post_type( $post->ID );

    but you’ll never use it. Unfortunately it generates an exception and break some plugin like Advanced Woo Search. Anyway… I’ve just commented this line and it solves the issue. Please have a look on that. Thank you!

The topic ‘error on unused variable’ is closed to new replies.