Skip to content

Commit 02132ba

Browse files
authored
Merge pull request #14 from ItinerisLtd/incorrect-meta-link-tags
fix(icons): do not output WP customiser icon tags
2 parents 0900f12 + 926f0ba commit 02132ba

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

src/AcornFavicons.php

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -91,10 +91,9 @@ public function getFaviconHeadTags(): void
9191
* @param array $tags
9292
* @return array
9393
*/
94-
public function generateAllFaviconTags(array $tags = []): array
94+
public function generateAllFaviconTags(): array
9595
{
9696
$icons = [
97-
...$tags,
9897
...$this->generateManifestTags(),
9998
...$this->generatePwaMetaTags(),
10099
...$this->generateFaviconsMetaTags(),

0 commit comments

Comments
 (0)