mirror of
https://github.com/inretio/WordPress-Plugin-Boilerplate
synced 2025-04-19 05:35:36 +03:00
Initial commit.
This commit is contained in:
commit
49ac1357eb
10 changed files with 182 additions and 0 deletions
3
js/admin.js
Normal file
3
js/admin.js
Normal file
|
@ -0,0 +1,3 @@
|
|||
jQuery(function($) {
|
||||
// Place your administration-specific code here
|
||||
});
|
3
js/display.js
Normal file
3
js/display.js
Normal file
|
@ -0,0 +1,3 @@
|
|||
jQuery(function($) {
|
||||
// Place your public facing JavaScript here
|
||||
});
|
Loading…
Add table
Add a link
Reference in a new issue