【发布时间】:2021-07-13 11:43:03
【问题描述】:
是否可以在我在定制器中使用的输入字段上设置最大长度。
就像在数组中添加一些额外的设置:maxlength = > 50;
通过:
$wp_customize->add_control( 'textblock-text-content', array(
'label' => 'Tekstblok tekst',
'section' => 'textblock_background_section',
'type' => 'textarea',
));
我找不到任何解决方案,我希望这里的任何人都可以指导我解决问题。
【问题讨论】:
标签: php wordpress input wordpress-theming customizer