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

6 lines
120 B
JavaScript

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