: str_replace(): Passing null to parameter #2 ($replace) of type array|string is deprecated in
<div class="ctf-fb-full-wrapper ctf-fb-fs">
do_action('ctf_admin_notices');
<div class="section-header">
<h1>{{genericText.settings}}</h1>
<div class="sb-tabs-container" id="sb-tabs-container">
<div class="left-buttons">
<tab v-bind:section="section" v-bind:index="index" v-for="(section, index) in sections" v-bind:class="{ active : section === currentTab }" v-bind:data-index="index+1" key="index"></tab>
<div class="right-buttons">
<button class="ctf-btn sb-btn-orange" @click.prevent="saveSettings" :disabled="btnStatus !== null">
<span v-if="pressedBtnName == 'saveChanges'" v-html="saveChangesIcon()"></span>
{{genericText.saveSettings}}
<span class="tab-indicator" v-bind:style="getStyle"></span>
<transition :name="chooseDirection">
<div class="sb-tab-content" v-bind:is="selected">
TwitterFeed\Admin\CTF_View::render( 'settings.tab.general' );
TwitterFeed\Admin\CTF_View::render( 'settings.tab.feeds' );
TwitterFeed\Admin\CTF_View::render( 'settings.tab.translation' );
TwitterFeed\Admin\CTF_View::render( 'settings.tab.advanced' );
<div class="ctf-save-button">
<button class="ctf-btn sb-btn-orange" @click.prevent="saveSettings" :disabled="btnStatus !== null">
<span v-if="pressedBtnName == 'saveChanges'" v-html="saveChangesIcon()"></span>
{{genericText.saveSettings}}
<div class="ctf-settings-cta">
TwitterFeed\Admin\CTF_View::render( 'sections.settings_footer_cta' );
#include_once CTF_BUILDER_DIR . 'templates/sections/popup/add-source-popup.php';
include_once CTF_BUILDER_DIR . 'templates/sections/popup/confirm-dialog-popup.php';
#include_once CTF_BUILDER_DIR . 'templates/sections/popup/source-instances.php';
<div class="sb-notification-ctn" :data-active="notificationElement.shown" :data-type="notificationElement.type">
<div class="sb-notification-icon" v-html="svgIcons[notificationElement.type+'Notification']"></div>
<span class="sb-notification-text" v-html="notificationElement.text"></span>
:sources-list="sourcesList"
:select-source-screen="selectSourceScreen"
:views-active="viewsActive"
:generic-text="genericText"
:selected-feed="selectedFeed"
</sb-add-source-component>
<sb-confirm-dialog-component
:dialog-box.sync="dialogBox"
:source-to-delete="sourceToDelete"
:parent-type="'settings'"
:generic-text="genericText"
></sb-confirm-dialog-component>