Making WordPress.org


Ignore:
Timestamp:
02/04/2019 09:51:48 AM (6 years ago)
Author:
vedjain
Message:

WCPT: Disable new meetup organizer notification.

Disabling the new organizer notification because its a lot of work, and not always possible to find someone's wporg username from their meetup profile.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • sites/trunk/wordcamp.org/public_html/wp-content/plugins/wcpt/wcpt-meetup/class-meetup-admin.php

    r8104 r8193  
    783783                }
    784784            }
    785             self::new_meetup_organizers_notify( $new_meetup_org_data );
     785            // Disabling the new organizer notification because its a lot of work, and not always possible to find someone's wporg username from their meetup profile
     786            // self::new_meetup_organizers_notify( $new_meetup_org_data );
    786787        }
    787788
Note: See TracChangeset for help on using the changeset viewer.