Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- Searching 388 files for "add_action( 'wpf_tags_modified"
- /Users/jgarturo/Local Sites/dev/app/public/wp-content/plugins/wp-fusion/includes/integrations/class-accessally.php:
- 24
- 25 // Tag syncing hooks
- 26: add_action( 'wpf_tags_modified', array( $this, 'wpf_tags_modified' ), 10, 2 );
- 27 add_action( 'updated_user_meta', array( $this, 'aa_tags_modified' ), 10, 4 );
- 28 add_action( 'added_user_meta', array( $this, 'aa_tags_modified' ), 10, 4 );
- ..
- 365 }
- 366
- 367: add_action( 'wpf_tags_modified', array( $this, 'wpf_tags_modified' ), 10, 2 );
- 368
- 369 }
- /Users/jgarturo/Local Sites/dev/app/public/wp-content/plugins/wp-fusion/includes/integrations/class-badgeos.php:
- 33
- 34 // Assign / remove linked badges
- 35: add_action( 'wpf_tags_modified', array( $this, 'update_linked_achievements' ), 10, 2 );
- 36
- 37 // Meta boxes
- /Users/jgarturo/Local Sites/dev/app/public/wp-content/plugins/wp-fusion/includes/integrations/class-bp-account-deactivator.php:
- 19 $this->slug = 'bp-account-deactivator';
- 20
- 21: add_action( 'wpf_tags_modified', array( $this, 'tags_modified' ), 10, 2 );
- 22
- 23 add_filter( 'wpf_configure_sections', array( $this, 'configure_sections' ), 10, 2 );
- /Users/jgarturo/Local Sites/dev/app/public/wp-content/plugins/wp-fusion/includes/integrations/class-buddypress.php:
- 60 add_action( 'bp_groups_admin_meta_boxes', array( $this, 'add_meta_box_groups' ) );
- 61 add_action( 'bp_group_admin_edit_after', array( $this, 'save_groups_data' ), 20 );
- 62: add_action( 'wpf_tags_modified', array( $this, 'update_group_access' ), 9, 2 ); // This is 9 so that the user is in the correct groups by the time LearnDash (maybe) runs to update their courses
- 63
- 64 // Group joins and leaves
- ..
- 97 add_action( 'add_meta_boxes', array( $this, 'add_profile_type_meta_box' ), 10, 2 );
- 98 add_action( 'save_post', array( $this, 'save_profile_type_meta_box_data' ), 10 );
- 99: add_action( 'wpf_tags_modified', array( $this, 'update_profile_types' ), 10, 2 );
- 100 add_action( 'bp_set_member_type', array( $this, 'set_member_type' ), 10, 3 );
- 101 add_action( 'bp_remove_member_type', array( $this, 'remove_member_type' ), 10, 2 );
- ...
- 852 wp_fusion()->user->apply_tags( $apply_tags, $user_id );
- 853
- 854: add_action( 'wpf_tags_modified', array( $this, 'update_group_access' ), 10, 2 );
- 855
- 856 }
- ...
- 892 wp_fusion()->user->remove_tags( $settings['tag_link'], $user_id );
- 893
- 894: add_action( 'wpf_tags_modified', array( $this, 'update_group_access' ), 10, 2 );
- 895
- 896 }
- ...
- 1440 }
- 1441
- 1442: add_action( 'wpf_tags_modified', array( $this, 'update_profile_types' ), 10, 2 );
- 1443
- 1444 // Sync the name
- ....
- 1487 wp_fusion()->user->remove_tags( $settings['tag_link'], $user_id );
- 1488
- 1489: add_action( 'wpf_tags_modified', array( $this, 'update_profile_types' ), 10, 2 );
- 1490
- 1491 }
- /Users/jgarturo/Local Sites/dev/app/public/wp-content/plugins/wp-fusion/includes/integrations/class-courseware.php:
- 31 add_action( 'wpcw_enroll_user', array($this, 'enroll_user'), 10, 2 );
- 32 add_action( 'wpcw_unenroll_user', array($this, 'unenroll_user'), 10, 2 );
- 33: add_action( 'wpf_tags_modified', array( $this, 'update_course_access' ), 10, 2 );
- 34
- 35 }
- ..
- 64 wp_fusion()->user->apply_tags( $wpf_settings[ $course_id ]['tag_link'], $user_id );
- 65
- 66: add_action( 'wpf_tags_modified', array( $this, 'update_course_access' ), 10, 2 );
- 67
- 68 }
- ..
- 95 wp_fusion()->user->remove_tags( $wpf_settings[ $course_id ]['tag_link'], $user_id );
- 96
- 97: add_action( 'wpf_tags_modified', array( $this, 'update_course_access' ), 10, 2 );
- 98
- 99 }
- /Users/jgarturo/Local Sites/dev/app/public/wp-content/plugins/wp-fusion/includes/integrations/class-gamipress.php:
- 56
- 57 // Assign / remove linked achievements
- 58: add_action( 'wpf_tags_modified', array( $this, 'update_linked_achievements' ), 10, 2 );
- 59
- 60 }
- ..
- 147 }
- 148
- 149: add_action( 'wpf_tags_modified', array( $this, 'update_linked_achievements' ), 10, 2 );
- 150
- 151 }
- /Users/jgarturo/Local Sites/dev/app/public/wp-content/plugins/wp-fusion/includes/integrations/class-learndash.php:
- 64
- 65 // Auto enrollments
- 66: add_action( 'wpf_tags_modified', array( $this, 'update_group_access' ), 9, 2 ); // This is 9 so that the user is in the correct groups by the time we go to update their courses
- 67: add_action( 'wpf_tags_modified', array( $this, 'update_course_access' ), 10, 2 );
- 68
- 69 // Group linking
- ..
- 1346 wp_fusion()->user->apply_tags( $apply_tags, $user_id );
- 1347
- 1348: add_action( 'wpf_tags_modified', array( $this, 'update_group_access' ), 10, 2 );
- 1349
- 1350 }
- ....
- 1374 wp_fusion()->user->remove_tags( $settings['tag_link'], $user_id );
- 1375
- 1376: add_action( 'wpf_tags_modified', array( $this, 'update_group_access' ), 10, 2 );
- 1377
- 1378 }
- ....
- 1401 wp_fusion()->user->apply_tags( $settings['leader_tag'], $user_id );
- 1402
- 1403: add_action( 'wpf_tags_modified', array( $this, 'update_group_access' ), 10, 2 );
- 1404
- 1405 }
- ....
- 1429 wp_fusion()->user->remove_tags( $settings['leader_tag'], $user_id );
- 1430
- 1431: add_action( 'wpf_tags_modified', array( $this, 'update_group_access' ), 10, 2 );
- 1432
- 1433 }
- ....
- 1485 }
- 1486
- 1487: add_action( 'wpf_tags_modified', array( $this, 'update_course_access' ), 10, 2 );
- 1488
- 1489 }
- /Users/jgarturo/Local Sites/dev/app/public/wp-content/plugins/wp-fusion/includes/integrations/class-lifterlms.php:
- 29 add_action( 'llms_user_added_to_membership_level', array( $this, 'added_to_membership' ), 10, 2 );
- 30 add_action( 'llms_user_removed_from_membership_level', array( $this, 'removed_from_membership' ), 10, 2 );
- 31: add_action( 'wpf_tags_modified', array( $this, 'tags_modified' ), 10, 2 );
- 32
- 33 // Access plans
- ..
- 43 add_filter( 'llms_metabox_fields_lifterlms_engagement', array( $this, 'engagement_fields' ) );
- 44 add_action( 'save_post', array( $this, 'save_engagement_data' ) );
- 45: add_action( 'wpf_tags_modified', array( $this, 'update_engagements' ), 10, 2 );
- 46
- 47 // Tracks
- ..
- 959 }
- 960
- 961: add_action( 'wpf_tags_modified', array( $this, 'tags_modified' ), 10, 2 );
- 962
- 963 }
- ...
- 985 }
- 986
- 987: add_action( 'wpf_tags_modified', array( $this, 'tags_modified' ), 10, 2 );
- 988
- 989 }
- ...
- 1176 }
- 1177
- 1178: add_action( 'wpf_tags_modified', array( $this, 'tags_modified' ), 10, 2 );
- 1179
- 1180 }
- /Users/jgarturo/Local Sites/dev/app/public/wp-content/plugins/wp-fusion/includes/integrations/class-membermouse.php:
- 24 add_filter( 'wpf_meta_field_groups', array( $this, 'add_meta_field_group' ), 20 );
- 25 add_filter( 'wpf_meta_fields', array( $this, 'set_contact_field_names' ) );
- 26: add_action( 'wpf_tags_modified', array( $this, 'update_membership' ), 10, 2 );
- 27 add_action( 'admin_menu', array( $this, 'admin_menu' ) );
- 28
- /Users/jgarturo/Local Sites/dev/app/public/wp-content/plugins/wp-fusion/includes/integrations/class-memberpress.php:
- 63
- 64 // Add user to membership when tag-link tags are applied
- 65: add_action( 'wpf_tags_modified', array( $this, 'add_to_membership' ), 10, 2 );
- 66
- 67 // Coupons
- ..
- 542 wp_fusion()->user->remove_tags( $remove_tags, $txn->user_id );
- 543
- 544: add_action( 'wpf_tags_modified', array( $this, 'add_to_membership' ), 10, 2 );
- 545
- 546 }
- ...
- 571 wp_fusion()->user->remove_tags( $settings['apply_tags_payment_failed'], $txn->user_id );
- 572
- 573: add_action( 'wpf_tags_modified', array( $this, 'add_to_membership' ), 10, 2 );
- 574
- 575 }
- ...
- 622 wp_fusion()->user->apply_tags( $apply_tags, $txn->user_id );
- 623
- 624: add_action( 'wpf_tags_modified', array( $this, 'add_to_membership' ), 10, 2 );
- 625
- 626 }
- ...
- 649 }
- 650
- 651: add_action( 'wpf_tags_modified', array( $this, 'add_to_membership' ), 10, 2 );
- 652
- 653 }
- ...
- 678 }
- 679
- 680: add_action( 'wpf_tags_modified', array( $this, 'add_to_membership' ), 10, 2 );
- 681
- 682 }
- ...
- 743 }
- 744
- 745: add_action( 'wpf_tags_modified', array( $this, 'add_to_membership' ), 10, 2 );
- 746
- 747 }
- ...
- 951 }
- 952
- 953: add_action( 'wpf_tags_modified', array( $this, 'add_to_membership' ), 10, 2 );
- 954
- 955 }
- /Users/jgarturo/Local Sites/dev/app/public/wp-content/plugins/wp-fusion/includes/integrations/class-members.php:
- 19
- 20 // Update roles / tags based on settings
- 21: add_action( 'wpf_tags_modified', array( $this, 'tags_modified' ), 10, 2 );
- 22
- 23 add_action( 'add_user_role', array( $this, 'add_user_role' ), 10, 2 );
- ..
- 119 wp_fusion()->user->apply_tags( $settings['tag_link'], $user_id );
- 120
- 121: add_action( 'wpf_tags_modified', array( $this, 'tags_modified' ), 10, 2 );
- 122 }
- 123
- ...
- 144 wp_fusion()->user->remove_tags( $settings['tag_link'], $user_id );
- 145
- 146: add_action( 'wpf_tags_modified', array( $this, 'tags_modified' ), 10, 2 );
- 147 }
- 148
- /Users/jgarturo/Local Sites/dev/app/public/wp-content/plugins/wp-fusion/includes/integrations/class-mycred.php:
- 26
- 27 // Assign / remove linked badges and ranks
- 28: add_action( 'wpf_tags_modified', array( $this, 'update_linked_badges' ), 10, 2 );
- 29: add_action( 'wpf_tags_modified', array( $this, 'update_linked_ranks' ), 10, 2 );
- 30
- 31 // Remove WPF side meta box on MyCRED post types
- ..
- 56 wp_fusion()->user->apply_tags( $wpf_settings['tag_link'], $user_id);
- 57
- 58: add_action( 'wpf_tags_modified', array( $this, 'update_linked_badges' ), 10, 2 );
- 59
- 60 }
- ..
- 96 wp_fusion()->user->apply_tags( $apply_tags, $user_id );
- 97
- 98: add_action( 'wpf_tags_modified', array( $this, 'update_linked_ranks' ), 10, 2 );
- 99
- 100 }
- /Users/jgarturo/Local Sites/dev/app/public/wp-content/plugins/wp-fusion/includes/integrations/class-peepso.php:
- 36 add_action( 'peepso_action_group_user_join', array( $this, 'join_group' ), 10, 2 );
- 37 add_action( 'peepso_action_group_user_delete', array( $this, 'leave_group' ), 10, 2 );
- 38: add_action( 'wpf_tags_modified', array( $this, 'update_group_access' ), 10, 2 );
- 39
- 40 // Groups admin
- ..
- 348 wp_fusion()->user->apply_tags( $settings[ $group_id ]['tag_link'], $user_id );
- 349
- 350: add_action( 'wpf_tags_modified', array( $this, 'update_group_access' ), 10, 2 );
- 351
- 352 }
- ...
- 371 wp_fusion()->user->remove_tags( $settings[ $group_id ]['tag_link'], $user_id );
- 372
- 373: add_action( 'wpf_tags_modified', array( $this, 'update_group_access' ), 10, 2 );
- 374
- 375 }
- /Users/jgarturo/Local Sites/dev/app/public/wp-content/plugins/wp-fusion/includes/integrations/class-pmpro.php:
- 60 add_filter( 'wpf_user_register', array( $this, 'user_register' ), 10, 2 );
- 61 add_filter( 'wpf_user_update', array( $this, 'user_update' ), 10, 2 );
- 62: add_action( 'wpf_tags_modified', array( $this, 'update_membership' ), 10, 2 );
- 63
- 64 add_action( 'wpf_user_updated', array( $this, 'user_updated' ), 10, 2 );
- ..
- 228 }
- 229
- 230: add_action( 'wpf_tags_modified', array( $this, 'update_membership' ), 10, 2 );
- 231
- 232 }
- ...
- 581 }
- 582
- 583: add_action( 'wpf_tags_modified', array( $this, 'update_membership' ), 10, 2 );
- 584
- 585 }
- /Users/jgarturo/Local Sites/dev/app/public/wp-content/plugins/wp-fusion/includes/integrations/class-restrict-content-pro.php:
- 34 add_action( 'wpf_user_created', array( $this, 'user_created' ), 10, 3 );
- 35 add_filter( 'wpf_watched_meta_fields', array( $this, 'register_watched_fields' ) );
- 36: add_action( 'wpf_tags_modified', array( $this, 'change_level' ), 10, 2 );
- 37
- 38 // Add interfaces to admin
- ..
- 50 add_action( 'rcpga_add_member_to_group_after', array( $this, 'add_member_to_group' ), 10, 3 );
- 51 add_action( 'rcpga_remove_member', array( $this, 'remove_member_from_group' ), 10, 2 );
- 52: add_action( 'wpf_tags_modified', array( $this, 'update_group_memberships' ), 10, 2 );
- 53
- 54 // Groups interfaces
- ..
- 619 }
- 620
- 621: add_action( 'wpf_tags_modified', array( $this, 'change_level' ), 10, 2 );
- 622
- 623 }
- ...
- 639 wp_fusion()->user->remove_tags( $settings['tag_link'], $user_id );
- 640
- 641: add_action( 'wpf_tags_modified', array( $this, 'change_level' ), 10, 2 );
- 642
- 643 }
- ...
- 741 }
- 742
- 743: add_action( 'wpf_tags_modified', array( $this, 'change_level' ), 10, 2 );
- 744
- 745 }
- ...
- 761 wp_fusion()->user->remove_tags( $settings['tag_link'], $user_id );
- 762
- 763: add_action( 'wpf_tags_modified', array( $this, 'change_level' ), 10, 2 );
- 764
- 765 }
- ...
- 931 wp_fusion()->user->apply_tags( $apply_tags, $user_id );
- 932
- 933: add_action( 'wpf_tags_modified', array( $this, 'update_group_memberships' ), 10, 2 );
- 934
- 935 }
- ...
- 954 wp_fusion()->user->remove_tags( $setting, $user_id );
- 955
- 956: add_action( 'wpf_tags_modified', array( $this, 'update_group_memberships' ), 10, 2 );
- 957
- 958 }
- /Users/jgarturo/Local Sites/dev/app/public/wp-content/plugins/wp-fusion/includes/integrations/class-tutor-lms.php:
- 23 add_action( 'tutor_after_enroll', array( $this, 'after_enroll' ), 10, 2 );
- 24
- 25: add_action( 'wpf_tags_modified', array( $this, 'update_course_access' ), 10, 2 );
- 26
- 27 add_action( 'add_meta_boxes', array( $this, 'add_meta_boxes' ), 10, 2 );
- ..
- 71 wp_fusion()->user->apply_tags( $settings['tag_link'], $post->post_author );
- 72
- 73: add_action( 'wpf_tags_modified', array( $this, 'update_course_access' ), 10, 2 );
- 74
- 75 }
- /Users/jgarturo/Local Sites/dev/app/public/wp-content/plugins/wp-fusion/includes/integrations/class-ultimate-member-1x.php:
- 47 add_filter( 'wpf_user_update', array( $this, 'filter_form_fields' ), 10, 2 );
- 48 add_action( 'wpf_user_updated', array( $this, 'user_updated' ) );
- 49: add_action( 'wpf_tags_modified', array( $this, 'update_role' ), 10, 2 );
- 50
- 51 }
- /Users/jgarturo/Local Sites/dev/app/public/wp-content/plugins/wp-fusion/includes/integrations/class-ultimate-member.php:
- 56 add_filter( 'wpf_user_update', array( $this, 'filter_form_fields' ), 10, 2 );
- 57
- 58: add_action( 'wpf_tags_modified', array( $this, 'tags_modified' ), 10, 2 );
- 59 add_action( 'wpf_user_imported', array( $this, 'user_imported' ), 10, 2 );
- 60
- ..
- 642 if ( empty( $settings ) || empty( $settings['wpf_tag_link'] ) ) {
- 643
- 644: add_action( 'wpf_tags_modified', array( $this, 'tags_modified' ), 10, 2 );
- 645 return;
- 646
- ...
- 653 }
- 654
- 655: add_action( 'wpf_tags_modified', array( $this, 'tags_modified' ), 10, 2 );
- 656
- 657 }
- /Users/jgarturo/Local Sites/dev/app/public/wp-content/plugins/wp-fusion/includes/integrations/class-wishlist-member.php:
- 28
- 29 // WPF actions
- 30: add_action( 'wpf_tags_modified', array( $this, 'update_levels' ), 10, 2 );
- 31 add_action( 'wpf_admin_profile_tags_edited', array( $this, 'admin_profile_tags_edited' ) );
- 32
- ..
- 237 }
- 238
- 239: add_action( 'wpf_tags_modified', array( $this, 'update_levels' ), 10, 2 );
- 240
- 241 }
- ...
- 273 }
- 274
- 275: add_action( 'wpf_tags_modified', array( $this, 'update_levels' ), 10, 2 );
- 276
- 277 }
- ...
- 308 }
- 309
- 310: add_action( 'wpf_tags_modified', array( $this, 'update_levels' ), 10, 2 );
- 311
- 312 }
- /Users/jgarturo/Local Sites/dev/app/public/wp-content/plugins/wp-fusion/includes/integrations/class-woo-memberships.php:
- 24 add_action( 'wc_memberships_user_membership_saved', array( $this, 'membership_level_saved' ), 20, 2 );
- 25 add_action( 'wc_memberships_user_membership_status_changed', array( $this, 'membership_status_changed' ), 10, 3 );
- 26: add_action( 'wpf_tags_modified', array( $this, 'update_memberships' ), 10, 2 );
- 27
- 28 // Add meta boxes to Woo membership level editor
- ..
- 129 }
- 130
- 131: add_action( 'wpf_tags_modified', array( $this, 'update_memberships' ), 10, 2 );
- 132
- 133 }
- /Users/jgarturo/Local Sites/dev/app/public/wp-content/plugins/wp-fusion/includes/integrations/class-woocommerce.php:
- 122 add_action( 'woocommerce_add_to_cart', array( $this, 'add_to_cart_apply_coupon' ), 30 ); // 30 so the cart totals have time to recalculate
- 123 add_action( 'woocommerce_after_cart_item_quantity_update', array( $this, 'add_to_cart_apply_coupon' ) );
- 124: add_action( 'wpf_tags_modified', array( $this, 'maybe_apply_coupons' ), 10, 2 );
- 125
- 126 // Coupon labels
- /Users/jgarturo/Local Sites/dev/app/public/wp-content/plugins/wp-fusion/includes/integrations/class-wp-ultimo.php:
- 22 add_action( 'wp_ultimo_registration', array( $this, 'registration' ), 10, 4 );
- 23
- 24: add_action( 'wpf_tags_modified', array( $this, 'update_plans' ), 10, 2 );
- 25
- 26 // Custom fields
- /Users/jgarturo/Local Sites/dev/app/public/wp-content/plugins/wp-fusion/includes/integrations/class-wpforo.php:
- 33
- 34 // Auto enrollments
- 35: add_action( 'wpf_tags_modified', array( $this, 'update_usergroup_access' ), 10, 2 );
- 36
- 37 // Admin settings
- 72 matches across 23 files
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement