Typo FIX
-
Hey just so you know there is a typo in the code causing the drag drop not to work found it at line:413 class-rmpf-admin.php
$feedback_id = sanitize_text_field($_POST['feedback-id']);
should be$feedback_id = sanitize_text_field($_POST['feedback_id']);
- The topic ‘Typo FIX’ is closed to new replies.