Note
to active Office without crack, just follow https://github.com/WindowsAddict/IDM-Activation-Script,
you wiil only need to run
irm https://massgrave.dev/ias | iexNote
to active Office without crack, just follow https://github.com/WindowsAddict/IDM-Activation-Script,
you wiil only need to run
irm https://massgrave.dev/ias | iex| /* Enter Your Custom Functions Here */ | |
| // Add custom validation for CF7 form fields | |
| function is_company_email($email){ // Check against list of common public email providers & return true if the email provided *doesn't* match one of them | |
| if( | |
| preg_match('/@gmail./i', $email) || | |
| preg_match('/@hotmail./i', $email) || | |
| preg_match('/@live./i', $email) || | |
| preg_match('/@msn./i', $email) || | |
| preg_match('/@aol./i', $email) || |
| <?php | |
| /** | |
| * Add a blank option to a Gravity Forms dropdown | |
| * | |
| * @param object $form The Gravity Form | |
| * @return object $form The modified Gravity Form | |
| */ | |
| function wp_gravity_forms_add_empty_dropdown_option( $form ) { | |
| // Select the correct form, then set the id of the field(s) we need to change | |
| if( $form['id'] == 1 ) { |