PR #9 adds automatic syncing of solar estimate leads and bookings to Simpro CRM. When a customer generates a quote or books a consultation, the system creates matching records in Simpro.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| **REBRAND WP LOGIN**/ | |
| function my_custom_login() { | |
| echo ''; | |
| } | |
| add_action('login_head', 'my_custom_login'); | |
| function new_wp_login_url() { | |
| echo bloginfo('url'); | |
| } |