add banner zone 14

This commit is contained in:
Andrey Kuvshinov
2025-07-31 16:21:57 +03:00
parent 6c369cc7af
commit b5595ae76e
4 changed files with 20 additions and 2 deletions

View File

@@ -2069,8 +2069,8 @@ function custom_field_html($field){
<input
type="checkbox"
value="'.$field['value'].'"
name="' . $field['id'] . '"
' . checked((bool)$value, true, false) . '
name="' . $field['id'] . ' "
' . checked((bool)$value, true) . '
/>
' . _e($field['label']);
break;