FAQ - Hook: php_admin_fulltext_remove

Hook: php_admin_fulltext_remove

3751


Use this hook to execute PHP code in the admin/setting.php file.

For example:

$jakdb->query('ALTER TABLE '.DB_PREFIX.'pages DROP INDEX `title`');