diff --git a/adminfunctions.php b/adminfunctions.php index 5f83f62..7c0f28a 100755 --- a/adminfunctions.php +++ b/adminfunctions.php @@ -36,7 +36,8 @@ function foxy_wp_kses_html($data, $filter_tags = [], $allow_forms = false){ 'imagekey' => true, 'code' => true, 'codeadd' => true, - 'subfrequency' => true + 'subfrequency' => true, + 'maxlength' => true ], 'select' => [ 'name' => true, @@ -49,6 +50,7 @@ function foxy_wp_kses_html($data, $filter_tags = [], $allow_forms = false){ 'priceset' => true, 'pricechange' => true, 'displaykey' => true, + 'dkey' => true, 'imagekey' => true, 'code' => true, 'codeadd' => true, @@ -66,6 +68,14 @@ function foxy_wp_kses_html($data, $filter_tags = [], $allow_forms = false){ 'codeadd' => true, 'subfrequency' => true ], + 'textarea' => [ + 'name' => true, + 'class' => true, + 'id' => true, + 'disabled' => true, + 'style' => true, + 'dkey' => true + ], 'label' => [ 'dkey' => true ], @@ -1008,3 +1018,5 @@ function foxyshop_manage_attributes_jquery($att_type) {
- +
@@ -888,3 +888,4 @@ function getVariationContents(new_type, this_id) { } ?> +