filtrod 4.4.0
embed_site_title_html
Opis — z kodu źródłowego
Filters the site title HTML in the embed footer.
Parametry
| Parametr | Typ | Opis |
|---|---|---|
$site_title | string | The site title HTML. |
Wywołanie
Rejestracja callbackaphp
// rejestracja funkcji zwrotnej
add_filter( 'embed_site_title_html', 'twoja_funkcja' );
function twoja_funkcja($param_1) {
// Twój kod
}
// rejestracja funkcji zwrotnej
add_filter( 'embed_site_title_html', 'twoja_funkcja' );
function twoja_funkcja($param_1) {
// Twój kod
}Popularne w tej kategorii