apply_filters( 'site_icon_meta_tags', string[] $meta_tags )

Filters the site icon meta tags, so plugins can add their own.


Parameters

$meta_tags string[]
Array of Site Icon meta tags.

Top ↑

Source

File: wp-includes/general-template.php. View all references

$meta_tags = apply_filters( 'site_icon_meta_tags', $meta_tags );


Top ↑

Changelog

Changelog
Version Description
4.3.0 Introduced.

Top ↑

User Contributed Notes

You must log in before being able to contribute a note or feedback.