jQuery(document).ready(function() { var analytical_aboutpage = analyticalLiteWelcomeScreenCustomizerObject.aboutpage; var analytical_nr_actions_required = analyticalLiteWelcomeScreenCustomizerObject.nr_actions_required; /* Number of required actions */ if ((typeof analytical_aboutpage !== 'undefined') && (typeof analytical_nr_actions_required !== 'undefined') && (analytical_nr_actions_required != '0')) { jQuery('#accordion-section-themes .accordion-section-title').append('' + analytical_nr_actions_required + ''); } /* Upsell in Customizer (Link to Welcome page) */ if ( !jQuery( ".analytical-upsells" ).length ) { jQuery('#customize-theme-controls > ul').prepend('
  • '); } if (typeof analytical_aboutpage !== 'undefined') { jQuery('.analytical-upsells').append('{themeinfo}'.replace('{themeinfo}', analyticalLiteWelcomeScreenCustomizerObject.themeinfo)); } if ( !jQuery( ".analytical-upsells" ).length ) { jQuery('#customize-theme-controls > ul').prepend('
  • '); } });