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/public.js

10 lines
No EOL
116 B
JavaScript

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