Trying to get admin settings page to show, it's blank
This commit is contained in:
5
assets/js/nmsp-plugin-name-admin.js
Normal file
5
assets/js/nmsp-plugin-name-admin.js
Normal file
@ -0,0 +1,5 @@
|
||||
(function($) {
|
||||
console.log('Your plugin just got loaded on the admin page!');
|
||||
console.log('This is what you get as jQuery:', $);
|
||||
console.log('Here is what you set for nmspPluginAdminApi:', window.nmspPluginAdminApi);
|
||||
}(window.jQuery));
|
@ -0,0 +1,5 @@
|
||||
(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));
|
||||
|
Reference in New Issue
Block a user