Created
May 4, 2025 02:22
-
-
Save henshaw/d36764d9fde8667357abcde99b0d8b97 to your computer and use it in GitHub Desktop.
PHP for including a CSS file in a WordPress template
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
<style><?php include_once( 'app.css.php' ); ?></style> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Referenced in WordPress Performance and Speed Optimization Guide