1
0
Fork 0
mirror of https://github.com/inretio/WordPress-Plugin-Boilerplate synced 2024-04-29 01:43:16 +03:00
WordPress-Plugin-Boilerplate/plugin-name/js/public.js

10 lines
116 B
JavaScript

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