17 Premium Addons Completely Free!!

Buy ARForms Now & Get

Grab the Deal

ARForms Blog

arfothercustomhtml

1 min read

Usage:


add_filter('arfothercustomhtml', 'your_function', 10, 2);
function your_function($default_html, $field_type){

//Return Custom HTML For Field
if($field_type == 'FIELD-TYPE') {
$default_html .= 'CUSTOM HTML FOR FIELD';
}

return $default_html;
}





Parameters:




$default_html

Default HTML 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.