filtrod 2.6.0
image_add_caption_shortcode
Opis — z kodu źródłowego
Filters the image HTML markup including the caption shortcode.
Parametry
| Parametr | Typ | Opis |
|---|---|---|
$shcode | string | The image HTML markup with caption shortcode. |
$html | string | The image HTML markup. |
Wywołanie
Rejestracja callbackaphp
// rejestracja funkcji zwrotnej — podaj liczbę argumentów!
add_filter( 'image_add_caption_shortcode', 'twoja_funkcja', 10, 2 );
function twoja_funkcja($param_1, $param_2) {
// Twój kod
}
// rejestracja funkcji zwrotnej — podaj liczbę argumentów!
add_filter( 'image_add_caption_shortcode', 'twoja_funkcja', 10, 2 );
function twoja_funkcja($param_1, $param_2) {
// Twój kod
}Popularne w tej kategorii