/* Upsells */ jQuery(document).ready(function() { /* Upsells in customizer (Documentation link and Upgrade to PRO link */ if( !jQuery( ".amplify-upsells" ).length ) { jQuery('#customize-theme-controls > ul').prepend('
  • '); } if( jQuery( ".amplify-upsells" ).length ) { jQuery('.amplify-upsells').append('{documentation}'.replace('{documentation}', amplifyCustomizerObject.documentation)); jQuery('.amplify-upsells').append('{github}'.replace('{github}', amplifyCustomizerObject.github)); jQuery('.amplify-upsells').append('{review}'.replace('{review}', amplifyCustomizerObject.review)); } if ( !jQuery( ".amplify-upsells" ).length ) { jQuery('#customize-theme-controls > ul').prepend('
  • '); } });