Browse code

활성화 함수 추가

Nepirity Corp authored on23/03/2018 13:32:33
Showing1 changed files

... ...
@@ -6,3 +6,8 @@
6 6
  * Author:    HiSEON
7 7
  * Author URI:  https://hiseon.me/
8 8
  */
9
+
10
+function admin_table_activate() {
11
+}
12
+
13
+register_activation_hook(__FILE__, 'admin_table_activate');