add fastlane meta to homepage

This commit is contained in:
Daniel Hüsken 2025-02-25 09:16:04 +01:00
parent 7e3463394a
commit 479128ef27
No known key found for this signature in database
GPG key ID: 9F732DA37FA709E8

View file

@ -475,7 +475,7 @@ class AxoModule implements ServiceModule, ExtendingModule, ExecutableModule {
* @return void
*/
private function add_feature_detection_tag( bool $axo_enabled ) {
$show_tag = is_checkout() || is_cart() || is_shop();
$show_tag = is_home() || is_checkout() || is_cart() || is_shop();
if ( ! $show_tag ) {
return;