embed_site_title_html WordPress Filter Hook
The embed_site_title_html hook allows you to change the HTML that is used to display the site title when your site is embedded in another site. This can be useful if you want to change the way the title is displayed or add additional information.
apply_filters( 'embed_site_title_html', string $site_title ) #
Filters the site title HTML in the embed footer.
Parameters
- $site_title
(string)The site title HTML.
Source
File: wp-includes/embed.php
Changelog
Version | Description |
---|---|
4.4.0 | Introduced. |