Home Entertainment Wynonna Earp Season 4 to Premiere in 2020

Wynonna Earp Season 4 to Premiere in 2020

0
245


Now Playing

How Wynonna Earp‘s Unconventional Heroine Made It Must-See TV





Next Up

Meet the Cast of Love Island USA

Wynonna Earp (Melanie Scrofano) isn’t done slaying Revenants just yet. The series has officially been greenlit to start production on the much-delayed fourth season, Syfy, IDW Entertainment and SEVEN24 Films announced on Tuesday.

The fourth season of Wynonna Earp was originally expected to debut this summer, but production was delayed earlier this year while IDW sought ways to fund new episodes of the cult drama. Cineflix Studios has now come onboard to co-produce Wynonna Earp and will now handle international sales for the series.

Production on Season 4 will begin later this year, with an anticipated debut in summer 2020.

“We are absolutely thrilled that we get to make more Wynonna Earp, and are grateful to our networks and partners for working hard to ensure we can,” said showrunner Emily Andras. “This is an enormous testament to our passionate and fierce fans, the Earpers, who remind us every day how to fight like hell for the things you love with wit, ferocity and kindness.”

“Syfy has never wavered in its support of Wynonna Earp, a unique and important series with some of the most passionate fans anywhere,” Syfy said in a statement. “To our Earper friends: Thank you for your patience and faith as we worked with our partners to ensure that Wynonna can get back to where it belongs… on Syfy.”

Discover your new favorite show: Watch This Now!

Andras and cast members Scrofano, Katherine Barrell, and Greg Lawson, as well as comic creator Beau Smith, will keep the celebration going during a panel at San Diego Comic-Con later this month, Vulture reports. The cast also shared their joy at the exciting news on Twitter.

Wynonna Earp is available to stream on Netflix.

window.utag_data = {"pageViewGuid":"91c27d13-ceac-4806-b0c9-69bef6e0b796","siteType":"responsive web","siteId":432,"ci":"us-203529h","siteSection":"news","bkPath":"aw-tvguide/news","pageType":"article","siteHierarchy":"news|wynonna-earp-season-4-return","userState":"not authenticated","userType":"anon","env":"prod","assetType":"article","articleId":"9c41a443-8604-4b76-9206-4cfe4321af6c","articleTitle":"Wynonna Earp Will Officially Return for Season 4 in 2020","topicId":"4eb42640-6cf3-4d7a-9eae-1dba22f995d8","topicSlug":"breaking-news","show":"832425,354497,487742,1069241,193573,913698","contentTags":"breaking-news|syfy|summer-tv","network":"Syfy","articleAuthorId":"0ad65c0d-3cc8-41dc-bb2a-dad8d16ba4b3","articleAuthorName":"Sadie Gennis"}; window.$tvg.tealium = 'tags.tiqcdn.com/utag/cbsi/tvguidesite/prod/utag.js';

window.$tvg.loggedIn = false; window.$tvg.user = null; window.$tvg.watchlistItems = { }; window.$tvg.checkinItems = [];

window.$tvg.asyncScriptLoaded = { }; window.$tvg.asyncScriptLoadError = { }; window.$tvg.asyncScriptDidLoad = function(name) { cbs = window.$tvg.asyncScriptLoaded[name] || null window.$tvg.asyncScriptLoaded[name] = { "push": function(cb) { cb(); } }; if(cbs) cbs.forEach(function(cb) { try { cb(); } catch(e) { } }); };

window.$tvg.asyncScriptNotify = function(name, cb) { (window.$tvg.asyncScriptLoaded[name] = window.$tvg.asyncScriptLoaded[name] || [ ]).push(cb); };

window.$tvg.asyncScriptDidNotLoad = function(name) { cbs = window.$tvg.asyncScriptLoadError[name] || null window.$tvg.asyncScriptLoadError[name] = { "push": function(cb) { cb(); } }; if(cbs) cbs.forEach(function(cb) { try { cb(); } catch(e) { } }); };

window.$tvg.asyncScriptNotifyLoadError = function(name, cb) { (window.$tvg.asyncScriptLoadError[name] = window.$tvg.asyncScriptLoadError[name] || [ ]).push(cb); };

window.$tvg.asyncScript = function(src, forceSSL, name) { var script = document.createElement("script"); script.async = true; script.type = 'text/javascript';

var useSSL = forceSSL || 'https:' == document.location.protocol; script.src = (useSSL ? 'https' : 'http') + '://' + src;

if(name) { if(script.readyState) { script.onreadystatechange = function () { if(script.readyState == "loaded" || script.readyState == "complete") { script.onreadystatechange = null; $tvg.asyncScriptDidLoad(name); } }; } else { script.onload = function () { $tvg.asyncScriptDidLoad(name); }; script.onerror = function () { $tvg.asyncScriptDidNotLoad(name); }; } }

var node = document.getElementsByTagName('script')[0]; node.parentNode.insertBefore(script, node); };

window.$tvg.addScript = function(src, attrs) { var script = document.createElement("script"); script.type = 'text/javascript'; script.async = true; if(!!attrs) { for (var k in attrs) { if (attrs.hasOwnProperty(k)) { script.setAttribute(k, attrs[k]); } } } script.src = src; document.body.appendChild(script); }

var googletag = googletag || {}; googletag.cmd = googletag.cmd || [];

googletag.CBSigetCookieValue = function(ckNm) { var value = null; var allCookies = document.cookie; var pos = allCookies.indexOf(ckNm); if (pos != -1) { var start = pos + ckNm.length + 1; var end = allCookies.indexOf(";", start); if (end == -1) end = allCookies.length; value = allCookies.substring(start, end); } return value; };

// determine if it's DST in the Eastern Timezone on the given date googletag.CBSiisEDT = function(dt) { // EDT starts second Sunday of March var edtStart = new Date(dt.getFullYear(), 2, 1); edtStart = Date.UTC(edtStart.getUTCFullYear(), 2, 14-(edtStart.getUTCDay()+13)%7, 5); // EDT ends first Sunday of November var edtEnd = new Date(dt.getFullYear(), 10, 1); edtEnd = Date.UTC(edtEnd.getUTCFullYear(), 10, 7-(edtEnd.getUTCDay()+6)%7, 4); // see if current date is within the EDT range return dt.getTime() >= edtStart && dt.getTime() dt.getTime() ? 0 : 24*60*60*1000; exp = new Date(exp).toUTCString(); // get L2 domain var domainArr = document.domain.split('.').reverse(); var l2domain=document.domain; if(domainArr[1]!=null) { l2domain = domainArr[1] + "." + domainArr[0]; }

// save the value in the cookie document.cookie = cookiename + "=" + pv + ";path=/;domain=" + l2domain + ";expires=" + exp; //update the value for the next ad call googletag.pubads().setTargeting("pv",""+pv); };

window.googletag = window.googletag || {}; window.googletag.cmd = window.googletag.cmd || [];

window.indexExchangeEnabled = true;

window.addEventListener(window.GDPR_CONSENT_EVENT, function (e) { if(e.detail === true) {

if(window.indexExchangeEnabled) { window.indexLoaded = function() { window.loadDFP(); };

window.dfpLoaded = false; window.loadDFP = function() { if(!window.dfpLoaded) { window.dfpLoaded = true; window.$tvg.asyncScript('www.googletagservices.com/tag/js/gpt.js'); } };

window.$tvg.asyncScript('js-sec.indexww.com/ht/ls-tvguide.js', false, 'index-exchange-proximic'); window.$tvg.asyncScriptNotify('index-exchange-proximic', function() { window.indexLoaded(); }); window.$tvg.asyncScriptNotifyLoadError('index-exchange-proximic', function() { window.indexLoaded(); }); } else { window.$tvg.asyncScript('js-sec.indexww.com/ht/ls-tvguide.js', false, 'index-exchange-proximic'); window.$tvg.asyncScriptNotify('index-exchange-proximic', function() { window.$tvg.asyncScript('www.googletagservices.com/tag/js/gpt.js'); }); }

// Load Moat Yield Intelligence window.$tvg.asyncScript('z.moatads.com/cbsprebidheader506831276743/yi.js');

protocol = ('https:' == document.location.protocol)?'https:':'http:';

// bug-snag window.$tvg.addScript(protocol + '//d2wy8f7a9ursnm.cloudfront.net/bugsnag-2.min.js', { 'data-apikey' : 'f9cdc58fb369d58d321e25a62d94e5a9' }); window.Bugsnag = window.Bugsnag || {}; Bugsnag.releaseStage = "production";

// sonobi-lib window.$tvg.addScript(protocol + '//mtrx.go.sonobi.com/morpheus.cbsi.media.1655.js'); // google ima window.$tvg.addScript(protocol + '//imasdk.googleapis.com/js/sdkloader/ima3.js');

// chartbeat window.$tvg.addScript(protocol + '//static.chartbeat.com/js/chartbeat_mab.js'); // sharethrough window.$tvg.addScript(protocol + '//native.sharethrough.com/assets/tag.js'); // amazon onelink window.$tvg.addScript(protocol + '//z-na.amazon-adsystem.com/widgets/onejs?MarketPlace=US&adInstanceId=23cf2fa7-c9fd-4908-97de-fbc48a779984');

// amazon native shopping unit /* this script sometimes has a race condition with above amazon onelink script */ window.amzn_assoc_subtag = window.$tvg.guid; window.amzn_assoc_div_name="amzn-native-ad"; window.amzn_assoc_rows="1"; window.amzn_assoc_design="standard_grid"; window.amzn_assoc_rating="false"; window.$tvg.addScript(protocol + '//z-na.amazon-adsystem.com/widgets/onejs?MarketPlace=US&adInstanceId=6915f664-2aa2-493d-b67d-f5cda57263bf');

// Facebook pixel !function(f,b,e,v,n,t,s){if(f.fbq)return;n=f.fbq=function() {n.callMethod? n.callMethod.apply(n,arguments):n.queue.push(arguments)} ;if(!f._fbq)f._fbq=n; n.push=n;n.loaded=!0;n.version='2.0';n.queue=[];t=b.createElement(e);t.async=!0; t.src=v;s=b.getElementsByTagName(e)[0];s.parentNode.insertBefore(t,s)}(window, document,'script','https://connect.facebook.net/en_US/fbevents.js'); fbq('init', '302133323585329'); // Insert your pixel ID here. fbq('track', 'PageView'); }; });

//Chartbeat code implementation var _sf_async_config = _sf_async_config || {}; /** CONFIGURATION START **/ _sf_async_config.uid = (window.utag_data['pageType'] == 'article' || window.utag_data['pageType'] == 'feature_article') ? 65713 : 25571; // ACCOUNT NUMBER _sf_async_config.domain = 'tvguide.com'; // DOMAIN _sf_async_config.flickerControl = false; _sf_async_config.useCanonical = true; _sf_async_config.useCanonicalDomain = true; /** CONFIGURATION END **/ var _sf_startpt = (new Date()).getTime();



Source : TVGuide

NO COMMENTS