We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
As a user, I’d like to see the feature added to wpr meta once applied
Acceptance Criteria
The text was updated successfully, but these errors were encountered:
⚠ This grooming is based on #7302 for relative file modification ⚠
In https://github.com/wp-media/wp-rocket/blob/66e41dc48a2799df15e1b330d107beef9ecfb73b/inc/Engine/Media/PreloadFonts/Frontend/Controller.php Add the following after class declaration: use CommentTrait;
use CommentTrait;
Add return $this->add_meta_comment( 'auto_preload_fonts', $html ); to the optimize method here
return $this->add_meta_comment( 'auto_preload_fonts', $html );
optimize
Sorry, something went wrong.
Miraeld
No branches or pull requests
User Story
As a user, I’d like to see the feature added to wpr meta once applied
Acceptance Criteria
The text was updated successfully, but these errors were encountered: