1
0
Fork 0
mirror of https://github.com/inretio/WordPress-Plugin-Boilerplate synced 2024-05-02 03:13:14 +03:00
WordPress-Plugin-Boilerplate/js/display.js

6 lines
110 B
JavaScript

(function ($) {
"use strict";
$(function () {
// Place your public-facing JavaScript here
});
}(jQuery));