Trying to get admin settings page to show, it's blank

This commit is contained in:
2021-09-14 13:24:22 -06:00
parent dfbad4b488
commit 6913a0ca8f
4 changed files with 13 additions and 2 deletions

View 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));

View File

@ -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));