• i found this error

    Warning: Cannot modify header information – headers already sent by (output started at C:\xampp\htdocs\wordpress_baru\wp-includes\class.wp-scripts.php:94) in C:\xampp\htdocs\wordpress_baru\wp-includes\pluggable.php on line 1207

    at my code here

    ...
    case 'clone':
    $d_id = $_GET['item_pso'];
    if(isset($d_id) && $d_id)
    {
    wp_safe_redirect(admin_url('admin.php?page=partner-shipping-olshop-add-new-file&clone=1&id_selected='.$d_id));
    exit();
    }
    break;
    ...

    any solutions?

The topic ‘redirect is shown Cannot modify header information’ is closed to new replies.