Changeset 11580 for sites/trunk/wordpress.org/public_html/wp-content/plugins/support-forums/inc/class-stats.php
- Timestamp:
- 02/18/2022 03:02:37 AM (3 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
sites/trunk/wordpress.org/public_html/wp-content/plugins/support-forums/inc/class-stats.php
r11562 r11580 33 33 34 34 bump_stats_extra( 'wporg-support', $action . '-' . $type ); 35 36 // Tokenised links are from email unsubscribe links, record these in duplicate. 37 if ( isset( $_GET['token'] ) ) { 38 $type .= '_email'; 39 if ( isset( $_POST['List-Unsubscribe'] ) && 'One-Click' === $_POST['List-Unsubscribe'] ) { 40 $type .= '_oneclick'; 41 } 42 43 bump_stats_extra( 'wporg-support', $action . '-' . $type ); 44 } 45 35 46 } 36 47
Note: See TracChangeset
for help on using the changeset viewer.