Advertisement
verygoodplugins

Untitled

May 1st, 2019
230
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
PHP 0.16 KB | None | 0 0
  1. function watch_custom_field( $fields ) {
  2.  
  3.     $fields[] = 'my_field_key';
  4.  
  5.     return $fields;
  6.  
  7. }
  8.  
  9. add_filter( 'wpf_watched_meta_fields', 'watch_custom_field' );
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement