Closes #7258: Add self hosted font to metatag generator #7269
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Description
Fixes #7258
Self hosted google fonts will be added to the meta tag of enabled features.
Type of change
Detailed scenario
Refer to the issue.
Technical description
Documentation
This pull request includes significant refactoring and improvements to the
get_meta_tag
method in theMeta.php
file. The changes focus on simplifying the code, improving readability, and enhancing the feature mapping for meta tags.Key changes include:
Code Simplification and Readability Improvements:
$features_to_check
array for feature mapping.$features
array, reducing redundancy and improving clarity.Feature Enhancements:
Meta Tag Generation:
sprintf
for better readability and maintainability.New dependencies
None
Risks
None
Mandatory Checklist
Code validation
Code style