是否可以在我在定制器中使用的输入字段上设置最大长度。
就像在数组中添加一些额外的设置:maxlength = > 50;
通过 :
$wp_customize->add_control( 'textblock-text-content', array(
'label' => 'Tekstblok tekst',
'section' => 'textblock_background_section',
'type' => 'textarea',
));
我找不到任何解决方案,我希望这里的任何人都可以指导我解决问题。