HEX
Server: Apache/2.4.58 (Ubuntu)
System: Linux ns3133907 6.8.0-86-generic #87-Ubuntu SMP PREEMPT_DYNAMIC Mon Sep 22 18:03:36 UTC 2025 x86_64
User: cssnetorguk (1024)
PHP: 8.2.28
Disabled: NONE
Upload Files
File: //home/bristolfilton.co.uk/public_html/wp-content/themes/advance/js/upsell.js
/**
 * Upsell notice for theme
 */
( function( $ ) {
 // Add Upgrade Message
 if ('undefined' !== typeof safreenL10n) {
 upsell = $('<a class="prefix-upsell-link"></a>')
 .attr('href', safreenL10n.safreenURL)
 .attr('target', '_blank')
 .text(safreenL10n.safreenLabel)
 .css({
 'display' : 'inline-block',
 'background-color' : '#D03232',
 'color' : '#fff',
 'text-transform' : 'uppercase',
 'margin-top' : '6px',
 'padding' : '3px 6px',
 'font-size': '14px',
 'letter-spacing': '1px',
 'line-height': '1.5',
 'clear' : 'both'
 })
 ;
 setTimeout(function () {
 $('#customize-info .accordion-section-title	').append(upsell);
 }, 200);
 // Remove accordion click event
 $('.prefix-upsell-link').on('click', function(e) {
 e.stopPropagation();
 });
 }
} )( jQuery );