Skip to content

Instantly share code, notes, and snippets.

@henshaw
Created May 4, 2025 02:22
Show Gist options
  • Save henshaw/d36764d9fde8667357abcde99b0d8b97 to your computer and use it in GitHub Desktop.
Save henshaw/d36764d9fde8667357abcde99b0d8b97 to your computer and use it in GitHub Desktop.
PHP for including a CSS file in a WordPress template
<style><?php include_once( 'app.css.php' ); ?></style>
@henshaw
Copy link
Author

henshaw commented May 4, 2025

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment