Viewing 1 replies (of 1 total)
  • Praveen

    (@praveenmalav09)

    Hi @sketchytk,

    Please follow these steps go to plugin file editor > Tabs Responsive > ink > admin > data-post > tabs-save-data.php line no. 13

    Replace this code

    $tabs_desc = stripslashes(wp_kses_post($_POST['tabs_desc'][$i]));

    To

    $tabs_desc = stripslashes($_POST['tabs_desc'][$i]);

    Thanks

Viewing 1 replies (of 1 total)
  • The topic ‘Code content disappears’ is closed to new replies.