Skip to content

Instantly share code, notes, and snippets.

@dennisnissle
Created February 18, 2026 09:12
Show Gist options
  • Select an option

  • Save dennisnissle/310eb332f29d515bc32f0f018a5afde1 to your computer and use it in GitHub Desktop.

Select an option

Save dennisnissle/310eb332f29d515bc32f0f018a5afde1 to your computer and use it in GitHub Desktop.
Disable inlining CSS in PDFs
<?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