Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- function my_tags_applied( $user_id, $tags ) {
- if( in_array( 123, $tags ) ) {
- echo '123 was applied';
- }
- }
- add_action( 'wpf_tags_applied', 'my_tags_applied', 10, 2 );
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement