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

10 lines
126 B
JavaScript

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