mirror of
https://github.com/inretio/WordPress-Plugin-Boilerplate
synced 2024-11-01 03:12:58 +02:00
10 lines
116 B
JavaScript
10 lines
116 B
JavaScript
|
(function ( $ ) {
|
||
|
"use strict";
|
||
|
|
||
|
$(function () {
|
||
|
|
||
|
// Place your public-facing JavaScript here
|
||
|
|
||
|
});
|
||
|
|
||
|
}(jQuery));
|