alleyinteractive / byline-manager

Manage an article's byline and author profiles in WordPress.
GNU General Public License v3.0
3 stars 2 forks source link

Creation of Dynamic Property term_id #377

Open scottnelle opened 1 month ago

scottnelle commented 1 month ago

Description of the bug

When getting the term ID associated with a profile, PHP > 8.1 triggers this Deprecated functionality warning:

PHP Deprecated: Creation of dynamic property Byline_Manager\Models\Profile::$term_id is deprecated in /var/www/savageplatform/wp-content/plugins/byline-manager/inc/models/class-profile.php on line 212

Steps To Reproduce

Get a Profile object, which will call the get_term_id() method, triggering the warning.

Additional Information

No response