From 6286f5228047b2ee7f0bd10614df942e079f3af5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Marek=20D=C4=9Bdi=C4=8D?= Date: Sat, 16 Jul 2022 10:43:31 +0200 Subject: [PATCH] Added wp_pre_kses_less_than() --- stubs/WordPress/functions.php | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/stubs/WordPress/functions.php b/stubs/WordPress/functions.php index b788e12..cc278aa 100644 --- a/stubs/WordPress/functions.php +++ b/stubs/WordPress/functions.php @@ -1563,6 +1563,14 @@ function wp_parse_url( $url, $component = 0 ) { function wp_post_revision_title( $revision, $link = false ) { } +/** + * @param string $text + * + * @return string + */ +function wp_pre_kses_less_than( $text ) { +} + /** * @param int $min * @param int $max