filtrod 5.7.0
the_title_export
Opis — z kodu źródłowego
Filters the post title used for WXR exports.
Parametry
| Parametr | Typ | Opis |
|---|---|---|
$post_title | string | Title of the current post. |
Wywołanie
Rejestracja callbackaphp
// rejestracja funkcji zwrotnej
add_filter( 'the_title_export', 'twoja_funkcja' );
function twoja_funkcja($param_1) {
// Twój kod
}
// rejestracja funkcji zwrotnej
add_filter( 'the_title_export', 'twoja_funkcja' );
function twoja_funkcja($param_1) {
// Twój kod
}Popularne w tej kategorii