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.


Top ↑

Source

File: wp-includes/embed.php

View on Trac



Top ↑

Changelog

Changelog
VersionDescription
4.4.0Introduced.

The content displayed on this page has been created in part by processing WordPress source code files which are made available under the GPLv2 (or a later version) license by theĀ Free Software Foundation. In addition to this, the content includes user-written examples and information. All material is subject to review and curation by the WPPaste.com community.