Changeset 9146 for sites/trunk/wordpress.org/public_html/wp-content/themes/pub/wporg-login/functions.php
- Timestamp:
- 09/23/2019 03:52:23 AM (6 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
sites/trunk/wordpress.org/public_html/wp-content/themes/pub/wporg-login/functions.php
r8608 r9146 191 191 } 192 192 add_filter( 'insert_user_meta', 'wporg_login_limit_user_meta', 1 ); 193 194 /** 195 * Remove the default contact methods. 196 * This prevents the user meta being created unless they edit their profiles. 197 */ 198 add_filter( 'user_contactmethods', '__return_empty_array' ); 193 199 194 200 /**
Note: See TracChangeset
for help on using the changeset viewer.