PATH:
home
/
letacommog
/
newrdv1
/
wp-content
/
plugins1
/
dokan-pro
/
modules
/
shipstation
/
assets
/
js
( function( $ ) { $( '#dokan-shipstation-settings-form' ).on( 'submit', function ( e ) { e.preventDefault(); var form = $( this ), form_data = form.serialize() + '&action=dokan_shipstation_settings'; $.post( dokan.ajaxurl, form_data, function( response ) { if ( ! response.success ) { alert( response.data ); return; } } ); } ); } )( jQuery );
[+]
..
[-] dokan-shipstation-settings.js
[edit]