filtrod 2.0.0
get_pung
Opis — z kodu źródłowego
Filters the list of already-pinged URLs for the given post.
Parametry
| Parametr | Typ | Opis |
|---|---|---|
$pung | string[] | Array of URLs already pinged for the given post. |
Wywołanie
Rejestracja callbackaphp
// rejestracja funkcji zwrotnej
add_filter( 'get_pung', 'twoja_funkcja' );
function twoja_funkcja($param_1) {
// Twój kod
}
// rejestracja funkcji zwrotnej
add_filter( 'get_pung', 'twoja_funkcja' );
function twoja_funkcja($param_1) {
// Twój kod
}Popularne w tej kategorii