Skip to content

Instantly share code, notes, and snippets.

View owgit's full-sized avatar
🏠
Working from home

Uygar Duzgun owgit

🏠
Working from home
View GitHub Profile
@JamesSimpson
JamesSimpson / perfex_hooks_list
Last active March 20, 2025 19:02
Full Perfex Hook List - For Perfex CRM Developers
File ---> application\controllers\admin\Authentication.php:
23: hooks()->do_action('admin_auth_init');
80: hooks()->do_action('after_staff_login');
107: hooks()->do_action('after_staff_login');
117: hooks()->do_action('after_staff_login');
219: hooks()->do_action('after_user_logout');
File ---> application\controllers\admin\Auto_update.php:
14: hooks()->do_action('before_perform_update', $latest_version);