filtrod 4.7.0
strip_shortcodes_tagnames
Opis — z kodu źródłowego
Filters the list of shortcode tags to remove from the content.
Parametry
| Parametr | Typ | Opis |
|---|---|---|
$tags_to_remove | array | Array of shortcode tags to remove. |
$content | string | Content shortcodes are being removed from. |
Wywołanie
Rejestracja callbackaphp
// rejestracja funkcji zwrotnej — podaj liczbę argumentów!
add_filter( 'strip_shortcodes_tagnames', 'twoja_funkcja', 10, 2 );
function twoja_funkcja($param_1, $param_2) {
// Twój kod
}
// rejestracja funkcji zwrotnej — podaj liczbę argumentów!
add_filter( 'strip_shortcodes_tagnames', 'twoja_funkcja', 10, 2 );
function twoja_funkcja($param_1, $param_2) {
// Twój kod
}Popularne w tej kategorii