- fixed sanitizing the description field with allowed HTML inside;

This commit is contained in:
Nikita Sinelnikov
2021-08-11 13:17:48 +03:00
parent 6fc7ed7686
commit 6a3f55b8a7
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -59,7 +59,7 @@ if ( ! class_exists( 'um\admin\core\Admin_DragDrop' ) ) {
}
foreach ( $_POST as $key => $value ) {
// don't use sanitize_key here because of a key can be in Uppercase
$key = sanitize_text_field( $key );
// adding rows