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

5 lines
93 B
JavaScript

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