• Resolved 轻松一试

    (@hudei21)


    源代码里 input type=”text” 类型的结尾是'"<br>'不完整。'"<br>'前面缺失 “>”。导致前端无法读取数据。希望作者能修复

Viewing 1 replies (of 1 total)
  • Thread Starter 轻松一试

    (@hudei21)

    如:<?php echo '<input id="'.$item1.'" class="large-text" name="'.$item1.'" type="text" value="'.esc_html ($value1).'"<br>' ; ?>
    应该改为<?php echo '<input id="'.$item1.'" class="large-text" name="'.$item1.'" type="text" value="'.esc_html ($value1).'"><br>' ; ?>

Viewing 1 replies (of 1 total)

The topic ‘Loose code,Front-end data reading failed’ is closed to new replies.