17 Premium Addons Completely Free!!

Buy ARForms Now & Get

Grab the Deal

ARForms Blog

arfgetdefaultvalue

1 min read

Usage:


add_filter('arfgetdefaultvalue', 'your_function', 10, 2);
function your_function($default_value = '', $field){
//Filter your fields default value.
if($field->type == 'FIELD-TYPE' ){
$default_value = 'SET DEFAULT VALUE';
}
return $default_value;
}





Parameters:




$default_value

Default value of field.




$field

Array of all options of fields.



facebook icon

Brian Denim

Brian is a WordPress expert with a decade of dev experience, a knack for technical writing, a film buff, and an outdoor enthusiast.

© 2024 Repute InfoSystems - All Rights Reserved.