Advertisement
verygoodplugins

Untitled

Oct 27th, 2017
190
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
PHP 0.15 KB | None | 0 0
  1. add_filter( 'wpf_format_field_value', 'my_function', 10, 3 );
  2.  
  3. function my_function( $field_value, $field_type, $crm_field ) {
  4.  
  5.     return $field_value;
  6. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement