On this page
apply_filters( 'embed_site_title_html', string $site_title )
Filters the site title HTML in the embed footer.
Parameters
$site_titlestring-
The site title HTML.
Source
File: wp-includes/embed.php. View all references
echo apply_filters( 'embed_site_title_html', $site_title );
Related
Used By
| Used By | Description |
|---|---|
| the_embed_site_title() wp-includes/embed.php | Prints the necessary markup for the site title in an embed template. |
Changelog
| Version | Description |
|---|---|
| 4.4.0 | Introduced. |
© 2003–2022 WordPress Foundation
Licensed under the GNU GPLv2+ License.
https://developer.wordpress.org/reference/hooks/embed_site_title_html