17 Premium Addons Completely Free!!

Buy ARForms Now & Get

Grab the Deal

ARForms Blog

arfbeforereplaceshortcodes

1 min read

Usage:


add_filter('arfbeforereplaceshortcodes', 'your_function', 10, 4);
function your_function($html, $field, $error, $form){

//Replace HTML For shortcodes in field HTML.
if($field['type'] == 'FIELD-TYPE') {
$html = str_replace('[CUSTOMCONTENT]', 'CUSTOMCONTENTHTML', $html);
}

return $html;
}





Parameters:




$html

HTML of field before populating in form.




$field

Array of field options.




$error

Error flag to restrict field to be populated in form.




$form

Array of form options.



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.