Title: embed_site_title_html
Published: December 9, 2015
Last modified: May 20, 2026

---

# apply_filters( ’embed_site_title_html’, string $site_title )

## In this article

 * [Parameters](https://developer.wordpress.org/reference/hooks/embed_site_title_html/?output_format=md#parameters)
 * [Source](https://developer.wordpress.org/reference/hooks/embed_site_title_html/?output_format=md#source)
 * [Related](https://developer.wordpress.org/reference/hooks/embed_site_title_html/?output_format=md#related)
 * [Changelog](https://developer.wordpress.org/reference/hooks/embed_site_title_html/?output_format=md#changelog)

[ Back to top](https://developer.wordpress.org/reference/hooks/embed_site_title_html/?output_format=md#wp--skip-link--target)

Filters the site title HTML in the embed footer.

## 󠀁[Parameters](https://developer.wordpress.org/reference/hooks/embed_site_title_html/?output_format=md#parameters)󠁿

 `$site_title`string

The site title HTML.

## 󠀁[Source](https://developer.wordpress.org/reference/hooks/embed_site_title_html/?output_format=md#source)󠁿

    ```php
    echo apply_filters( 'embed_site_title_html', $site_title );
    ```

[View all references](https://developer.wordpress.org/reference/files/wp-includes/embed.php/)
[View on Trac](https://core.trac.wordpress.org/browser/tags/7.0/src/wp-includes/embed.php#L1250)
[View on GitHub](https://github.com/WordPress/wordpress-develop/blob/7.0/src/wp-includes/embed.php#L1250-L1250)

## 󠀁[Related](https://developer.wordpress.org/reference/hooks/embed_site_title_html/?output_format=md#related)󠁿

| Used by | Description | 
| [the_embed_site_title()](https://developer.wordpress.org/reference/functions/the_embed_site_title/)`wp-includes/embed.php` |

Prints the necessary markup for the site title in an embed template.

  |

## 󠀁[Changelog](https://developer.wordpress.org/reference/hooks/embed_site_title_html/?output_format=md#changelog)󠁿

| Version | Description | 
| [4.4.0](https://developer.wordpress.org/reference/since/4.4.0/) | Introduced. |

## User Contributed Notes

You must [log in](https://login.wordpress.org/?redirect_to=https%3A%2F%2Fdeveloper.wordpress.org%2Freference%2Fhooks%2Fembed_site_title_html%2F)
before being able to contribute a note or feedback.