I want to use this code in a template file:
if ( wp_is_mobile() ) {
wp_redirect( "/shop-mobile", $status );
}
but it says: header already sent by /filewithcode in .../wp_includes/pluggable.php on line 1196
I tried to clean the pluggable document from spaces.. what else could be the issue here? Thank you