Inline assets
-
Awesome plugin!
Do you plan to add an option to inline CSS (and JS)?
Something likefunction hook_inline_css() { $css_path = 'wp-content/uploads/some.css' $css_content = file_get_contents( $css_path ); echo '<style>' .PHP_EOL .'/*' . $css_path . '*/' .PHP_EOL . $css_content .'</style>'; } add_action('wp_head','hook_inline_css');
Viewing 5 replies - 1 through 5 (of 5 total)
Viewing 5 replies - 1 through 5 (of 5 total)
- The topic ‘Inline assets’ is closed to new replies.