mirror of
https://github.com/inretio/WordPress-Plugin-Boilerplate
synced 2025-04-19 05:35:36 +03:00
moving all public related code to a self-contained subdirectory
related #100
This commit is contained in:
parent
ba5bddf891
commit
9d8f38b339
8 changed files with 339 additions and 0 deletions
1
plugin-name/public/assets/js/index.php
Normal file
1
plugin-name/public/assets/js/index.php
Normal file
|
@ -0,0 +1 @@
|
|||
<?php // Silence is golden
|
10
plugin-name/public/assets/js/public.js
Normal file
10
plugin-name/public/assets/js/public.js
Normal file
|
@ -0,0 +1,10 @@
|
|||
(function ( $ ) {
|
||||
"use strict";
|
||||
|
||||
$(function () {
|
||||
|
||||
// Place your public-facing JavaScript here
|
||||
|
||||
});
|
||||
|
||||
}(jQuery));
|
Loading…
Add table
Add a link
Reference in a new issue