hooks()->add_action('app_customers_head', [$this, 'your_function_scripts_styles_clients_customers_head']);
{{message}}
hooks()->add_action('clients_login_form_start', [$this, 'your_function_clients_customers_login_form_head']);
hooks()->add_action('clients_login_form_end', [$this, 'your_function_clients_customers_login_form_footer']);
hooks()->add_action('app_customers_footer', [$this, 'your_function_scripts_styles_clients_customers_footer']);