We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents b226b46 + 524108c commit 41c47c2Copy full SHA for 41c47c2
1 file changed
inc/functions/helper.php
@@ -491,9 +491,11 @@ function wu_kses_allowed_html(): array {
491
'value' => true,
492
];
493
$allowed_html['button'] = [
494
- 'disabled' => true,
495
- 'name' => true,
496
- 'value' => true,
+ 'type' => true,
+ 'disabled' => true,
+ 'name' => true,
497
+ 'value' => true,
498
+ 'data-ajax-nonce' => true,
499
500
$allowed_html['dynamic'] = [
501
':template' => true,
0 commit comments