prefix."xyz_ihs_short_code ( `id` int NOT NULL AUTO_INCREMENT, `title` varchar(1000) COLLATE utf8_unicode_ci NOT NULL, `content` longtext COLLATE utf8_unicode_ci NOT NULL, `short_code` varchar(2000) COLLATE utf8_unicode_ci NOT NULL, `status` int NOT NULL, PRIMARY KEY (`id`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci AUTO_INCREMENT=1"; $wpdb->query($queryInsertHtml); } register_activation_hook(XYZ_INSERT_HTML_PLUGIN_FILE,'xyz_ihs_install');