mirror of
https://github.com/inretio/WordPress-Plugin-Boilerplate
synced 2024-12-23 04:13:53 +02:00
bf17525093
related #48
6 lines
No EOL
110 B
JavaScript
6 lines
No EOL
110 B
JavaScript
(function ($) {
|
|
"use strict";
|
|
$(function () {
|
|
// Place your public-facing JavaScript here
|
|
});
|
|
}(jQuery)); |