1
0
Fork 0
mirror of https://github.com/inretio/WordPress-Plugin-Boilerplate synced 2024-12-22 20:03:53 +02:00
WordPress-Plugin-Boilerplate/plugin-name/js/display.js

6 lines
No EOL
110 B
JavaScript

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