Filters the site title HTML in the embed footer.
Parameters
$site_title
string- The site title HTML.
Source
echo apply_filters( 'embed_site_title_html', $site_title );
Changelog
Version | Description |
---|---|
4.4.0 | Introduced. |
Filters the site title HTML in the embed footer.
$site_title
stringecho apply_filters( 'embed_site_title_html', $site_title );
Version | Description |
---|---|
4.4.0 | Introduced. |
User Contributed Notes
You must log in before being able to contribute a note or feedback.