WordPress Hooks Explorer

Listing all hooks extracted WordPress Core


Details about embed_site_title_html

Back to home

Files

Filename Hook Type Line Number PHP Doc
wp-includes/embed.php apply_filters 1219 /**
* Filters the site title HTML in the embed footer.
*
* @since 4.4.0
*
* @param string $site_title The site title HTML.
*/

Hook Parameters

Parameter Type Name Description
string $site_title The site title HTML.