Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- add_filter( 'wpf_format_field_value', 'my_function', 10, 3 );
- function my_function( $field_value, $field_type, $crm_field ) {
- return $field_value;
- }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement