Automattic / Co-Authors-Plus

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

Fix deprecated function message #906

Closed akshitsethi closed 1 year ago

akshitsethi commented 1 year ago

Description

Fixes #901

This PR fixes the deprecated warning for get_article_type_options_values function. To do so, we are using the available get_article_type_options function instead and returning the desired value key for the article type.