/** * @Website: apollotheme.com - prestashop template provider * @author Apollotheme * @copyright Apollotheme * @description: */ (function( $ ) { $.fn.elementorWaypoint = function(callback) { if ( typeof callback === 'function' ) { callback.call( this ); } }; })( jQuery );