How to customize frontend manager PDF DPI?

Copy following codes in your theme’s functions.php file.

/*
 * Default Frontend Manager Add on DPI value is  160
 */
add_filter('wpcfe_pdf_dpi', function(){
  // This will replace the DPI value into 96
  return 96;
});
0
    0
    Your Cart
    Your cart is emptyReturn to Shop