| | |
| | | * |
| | | ************************************************************/ |
| | | |
| | | require(AJV_DIR . '/forms/get-an-estimate.php'); |
| | | require(AJV_DIR . '/forms/nlp.php'); |
| | | require(AJV_DIR . '/forms/contact.php'); |
| | | require(AJV_DIR . '/forms/partner.php'); |
| | | require(ALYNS_DIR . '/forms/contact.php'); |
| | | |
| | | add_filter('jvb_register_forms', 'altr_register_forms'); |
| | | add_filter('jvb_register_forms', 'alyns_register_forms'); |
| | | |
| | | function altr_register_forms($forms) { |
| | | $forms['get_an_estimate'] = altr_get_an_estimate(); |
| | | $forms['nlp'] = altr_nlp(); |
| | | function alyns_register_forms($forms) { |
| | | $forms['contact'] = altr_contact(); |
| | | $forms['partner'] = altr_nlp_partner(); |
| | | return $forms; |
| | | } |