: str_replace(): Passing null to parameter #2 ($replace) of type array|string is deprecated in
createNewFeed : function () {
if( ! self.viewsActive.onboardingPopup ){
if( ! self.creationProcessCheckAppCredentials() ){
self.viewsActive.connectAccountPopup = true;
self.viewsActive.connectAccountStep = 'step_1';
} else if( self.feedsList.length >= 1 ){
self.openDialogBox('createMoreFeeds');
self.switchScreen('pageScreen', 'selectFeed');
self.switchScreen('welcome');
function ctfBuilderToggleCaption(postID){
if( ctfBuilder.expandedCaptions.includes(postID) ){
ctfBuilder.expandedCaptions.splice(ctfBuilder.expandedCaptions.indexOf( postID ), 1);
ctfBuilder.expandedCaptions.push(postID);
jQuery( document ).ready(function() {
jQuery('body').find('.ctf-more').unbind('click')