WordPress Hooks Explorer

Listing all hooks extracted WordPress Core


Details about site_icon_meta_tags

Back to home

Files

Filename Hook Type Line Number PHP Doc
wp-includes/general-template.php apply_filters 3440 /**
* Filters the site icon meta tags, so plugins can add their own.
*
* @since 4.3.0
*
* @param string[] $meta_tags Array of Site Icon meta tags.
*/

Hook Parameters

Parameter Type Name Description
string[] $meta_tags Array of Site Icon meta tags.