jQuery(document).ready(function() { var shapely_aboutpage = shapelyLiteWelcomeScreenCustomizerObject.aboutpage; var shapely_nr_actions_required = shapelyLiteWelcomeScreenCustomizerObject.nr_actions_required; /* Number of required actions */ if ((typeof shapely_aboutpage !== 'undefined') && (typeof shapely_nr_actions_required !== 'undefined') && (shapely_nr_actions_required != '0') && _wpCustomizeSettings.theme.active && _wpCustomizeSettings.theme.stylesheet == 'shapely' ) { jQuery('#accordion-section-themes .accordion-section-title').append('' + shapely_nr_actions_required + ''); } });