Skip to content

Instantly share code, notes, and snippets.

View iuryLandin's full-sized avatar
🦉
Working

Iury Landin iuryLandin

🦉
Working
View GitHub Profile
@iuryLandin
iuryLandin / readme.md
Created March 22, 2024 22:23 — forked from rjozefowicz/readme.md
Paged.js demo + Puppeteer

HTML to export - includes Paged.js polyfill:

<!DOCTYPE HTML>
<html>

<head>
    <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
    <script src="https://unpkg.com/pagedjs/dist/paged.polyfill.js"></script>
</head>
@iuryLandin
iuryLandin / perfex_hooks_list
Created January 14, 2022 17:40 — forked from JamesSimpson/perfex_hooks_list
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);