mirror of
https://github.com/inretio/WordPress-Plugin-Boilerplate
synced 2024-12-23 12:23:54 +02:00
9d8f38b339
related #100
10 lines
No EOL
116 B
JavaScript
10 lines
No EOL
116 B
JavaScript
(function ( $ ) {
|
|
"use strict";
|
|
|
|
$(function () {
|
|
|
|
// Place your public-facing JavaScript here
|
|
|
|
});
|
|
|
|
}(jQuery)); |