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