Skip to content

Commit

Permalink
Merge pull request #12 from 2ndkauboy/fix/php8.2-deprecation-warning
Browse files Browse the repository at this point in the history
Fix PHP 8.2+ Deprecated message
  • Loading branch information
webzunft authored Jan 22, 2024
2 parents 305a442 + 62c1c43 commit 17d635f
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions individual-author.php
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,20 @@

class Ima_Class {

/**
* Stores the display name field name for the current site.
*
* @var string
*/
public $display_name_field_name;

/**
* Stores the discription field name for the current site.
*
* @var string
*/
public $description_field_name;

/**
* initialize the plugin
* @since 1.0
Expand Down

0 comments on commit 17d635f

Please sign in to comment.