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 all references

echo apply_filters( 'embed_site_title_html', $site_title );


Top ↑

Changelog

Changelog
Version Description
4.4.0 Introduced.

Top ↑

User Contributed Notes

You must log in before being able to contribute a note or feedback.