Created
February 18, 2026 09:12
-
-
Save dennisnissle/310eb332f29d515bc32f0f018a5afde1 to your computer and use it in GitHub Desktop.
Disable inlining CSS in PDFs
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| <?php | |
| add_filter( 'storeabill_mpdf_convert_to_inline_styles', '__return_false' ); |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment