WP HOOKS
filtrod 2.8.0

no_texturize_shortcodes

Args 1Plik wp-includes/formatting.phpDokumentacja WP ↗

Opis — z kodu źródłowego

Filters the list of shortcodes not to texturize.

Parametry

ParametrTypOpis
$default_no_texturize_shortcodesstring[]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
}

Popularne w tej kategorii