17 Premium Addons Completely Free!!

Buy ARForms Now & Get

Grab the Deal

ARForms Blog

arf_input_style_label_position_outside

1 min read

Usage:


add_filter('arf_input_style_label_position_outside', 'your_function', 10, 3);
function your_function($fields, $inputs_style, $field_type){

if($inputs_style == 'material'){
if($field_type == FIELD-TYPE){
array_push($fields,FIELD-TYPE);
}
}
return $fields;

}





Parameters:




$fields

Array of all field types for which label style is changed.




$inputs_style

Form Input style.




$field_type

Field type.



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.