ARForms Blog
arf_before_create_formentry
add_filter('arf_before_create_formentry', 'your_function', 10, 1); function your_function($entry){ //Customize array of entry. return $entry; }
Comments are closed.