Customify Change Menu TABS

Customify Change Menu TABS Customify Change Menu TABS Because Customify from Press Maximum does not have a Comprehensive Documentation I have had to create a

Read More »

custom validation gravity forms

Add CUSTOM Validation to a Gravity Form // add custom validation to Gravity formadd_filter( ‘gform_field_validation_74_7’, ‘validate_phone_74_7’, 10, 4 );function validate_phone_74_7( $result, $value, $form, $field )

Read More »

Comment out code in php

Comment out code in php file. If you need to comment out something in the php coding. Normally used when editing functions.php. But please only

Read More »