1
0
Fork 0
mirror of https://github.com/inretio/WordPress-Plugin-Boilerplate synced 2024-06-01 18:09:41 +03:00
WordPress-Plugin-Boilerplate/js/display.js

5 lines
93 B
JavaScript

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