17 Premium Addons Completely Free!!

Buy ARForms Now & Get

Grab the Deal

ARForms Blog

arfdisplayfieldhtml

1 min read

Usage:


add_filter('arfdisplayfieldhtml', 'your_function', 10, 2);
function your_function($flag = true, $field_type){

//Return flag to place default field HTML.
if($field_type == 'FIELD-TYPE') {
$flag = false; // Place custom HTML.
}

return $flag;
}





Parameters:




$flag

Default HTML flag for field.




$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.