Co-Authors-Plus icon indicating copy to clipboard operation
Co-Authors-Plus copied to clipboard

Perform database check before loading legacy contact fields

Open gamebits opened this issue 4 years ago • 0 comments

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.

gamebits avatar Nov 09 '21 01:11 gamebits