Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- add_action( 'wpf_tags_applied', function( $user_id, $tags ) {
- wp_die( 'TAGS APPLIED <pre>' . print_r( $tags, true ) . '</pre>' );
- }, 10, 2 );
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement