wp-plugin-boilerplate/assets/js/nmsp-plugin-name.js

6 lines
214 B
JavaScript

(function($) {
console.log('Your plugin just got loaded!');
console.log('This is what you get as jQuery:', $);
console.log('Here is what you set for nmspPluginApi:', window.nmspPluginApi);
}(window.jQuery));