Automattic / Co-Authors-Plus

Multiple bylines and Guest Authors for WordPress
https://wordpress.org/plugins/co-authors-plus/
GNU General Public License v2.0
291 stars 205 forks source link

check get_current_screen exists #973

Closed katag9k closed 1 year ago

katag9k commented 1 year ago

The Avada theme (and possibly others) seem to try and retrieve avatars before the get_current_screen() method is available - see https://wordpress.org/support/topic/fatal-error-with-avada-theme/ and https://wordpress.org/support/topic/updated-recent-co-authors-plus-plugin-and-caused-error/ - so let's check we can use that function. It isn't easy to test without access to Avada itself.