HEX
Server: Apache
System: Linux info 3.0 #1337 SMP Tue Jan 01 00:00:00 CEST 2000 all GNU/Linux
User: u106391720 (10342218)
PHP: 7.4.33
Disabled: NONE
Upload Files
File: /homepages/34/d890102484/htdocs/wp-content/plugins/jetpack/modules/likes/post-count-jetpack.js
var wpPostLikeCount = wpPostLikeCount || {};

( function ( $ ) {
	wpPostLikeCount = jQuery.extend( wpPostLikeCount, {
		request: function ( options ) {
			return $.ajax( {
				type: 'GET',
				url: wpPostLikeCount.jsonAPIbase + options.path,
				dataType: 'jsonp',
				data: options.data,
				success: function ( response ) {
					options.success( response );
				},
				error: function ( response ) {
					options.error( response );
				},
			} );
		},
	} );
} )( jQuery );