filtrod 2.8.0
no_texturize_shortcodes
Opis — z kodu źródłowego
Filters the list of shortcodes not to texturize.
Parametry
| Parametr | Typ | Opis |
|---|---|---|
$default_no_texturize_shortcodes | string[] | An array of shortcode names. |
Wywołanie
Rejestracja callbackaphp
// rejestracja funkcji zwrotnej
add_filter( 'no_texturize_shortcodes', 'twoja_funkcja' );
function twoja_funkcja($param_1) {
// Twój kod
}
// rejestracja funkcji zwrotnej
add_filter( 'no_texturize_shortcodes', 'twoja_funkcja' );
function twoja_funkcja($param_1) {
// Twój kod
}Popularne w tej kategorii