PATH:
home
/
letacommog
/
newrdv1
/
wp-content
/
plugins1
/
wilcity-mobile-app
/
assets
/
js
(function ($) { 'use strict'; $(document).ready(function () { $('#wilcity-compiler-code').on('click', function (event) { event.preventDefault(); jQuery.ajax({ type: 'POST', url: ajaxurl, data: { action: 'wilcity_app_compiler', postID: $('#post_ID').val() }, success: response => alert(response.data) }) }) }) })(jQuery);
[+]
..
[-] script.js
[edit]