WP HOOKS
filtrod 4.7.0

strip_shortcodes_tagnames

Args 2Plik wp-includes/shortcodes.phpDokumentacja WP ↗

Opis — z kodu źródłowego

Filters the list of shortcode tags to remove from the content.

Parametry

ParametrTypOpis
$tags_to_removearrayArray of shortcode tags to remove.
$contentstringContent 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
}

Popularne w tej kategorii