Filter hook 'embed_site_title_html'

in WP Core File wp-includes/embed.php at line 1232

Description

Filters the site title HTML in the embed footer.

Occurrences

Filename Line Number
wp-includes/embed.php 1232

Parameters

Type Name Description
string $site_title The site title HTML.

PHP Doc

/**
	 * Filters the site title HTML in the embed footer.
	 *
	 * @since 4.4.0
	 *
	 * @param string $site_title The site title HTML.
	 */