Advertisement
verygoodplugins

Untitled

Mar 31st, 2021
706
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
PHP 0.14 KB | None | 0 0
  1. add_action( 'wpf_tags_applied', function( $user_id, $tags ) {
  2.  
  3.     wp_die( 'TAGS APPLIED <pre>' . print_r( $tags, true ) . '</pre>' );
  4.  
  5. }, 10, 2 );
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement