Unlimited Elements的Content Slider小部件中想把文章描述的字数多截取一些,在post intro 的长度截取中,无论输入300还是500,都没有效果。

问题的根源在 Unlimited Elements 插件中,在
\wp-content\plugins\unlimited-elements-for-elementor-premium\provider\provider_params_processor.class.php
中 898行
$intro = UniteFunctionsUC::truncateString($intro, 100);
默认最大字符数为100,此处可改为 300
然后在小部件编辑中,截断字符
