Co-Authors-Plus
Co-Authors-Plus copied to clipboard
Perform database check before loading legacy contact fields
WordPress user profiles include fields for Jabber, AIM & Google Talk only for sites that pass this check:
if ( get_site_option( 'initial_db_version' ) < 23588 ) {
Co-Authors Plus, meanwhile, defaults to always loading all three fields. It should perform a similar check to WordPress core to ensure defunct social media platforms aren't being unnecessarily supported.