Enable Advanced Custom Fields Options
Enable Advanced Custom Fields Options //ENABLE ACF OPTIONS in Elementor//Add to end of functions.php in CHILD Themeadd_filter( ‘acf/settings/show_admin’, ‘__return_true’, 50 );
Ph: 0435 921 924 | e: info@kilkivanwebdesign.com.au
Enable Advanced Custom Fields Options //ENABLE ACF OPTIONS in Elementor//Add to end of functions.php in CHILD Themeadd_filter( ‘acf/settings/show_admin’, ‘__return_true’, 50 );
Disable Language Switcher on WordPress Login Page //Disable Language Switcher on WordPress Login Page //Add to functions.php file of CHILD THEME add_filter( ‘login_display_language_dropdown’, ‘__return_false’ );
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
Customify WordPress Theme – Change Cover Text Title Bar I use Customify Theme from Press Maximum for a lot of my WordPress builds, and
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 )
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