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;
});
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;
});