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