Title: PHP 8.2 warning message
Last modified: October 13, 2023

---

# PHP 8.2 warning message

 *  Resolved [Aaron](https://wordpress.org/support/users/aaron13100/)
 * (@aaron13100)
 * [2 years, 7 months ago](https://wordpress.org/support/topic/php-8-2-warning-message/)
 * Hello,
 * I guess this warning message only happens with PHP 8.2.
 * `Deprecated: Creation of dynamic property BNFW::$translations is deprecated in/
   wp-content/plugins/bnfw/bnfw.php on line 89`
 * As far as I can tell, the “translations” property isn’t accessed anywhere else
   except for that one function, so I guess it can just be a local variable instead.
 * `public function load_textdomain() {
    // Load localization domain. $translations
   = dirname( plugin_basename( **FILE** ) ) . '/languages/'; load_plugin_textdomain('
   bnfw', false, $translations );}I didn’t test that.
 * thanks
    -  This topic was modified 2 years, 7 months ago by [Aaron](https://wordpress.org/support/users/aaron13100/).

Viewing 1 replies (of 1 total)

 *  Plugin Author [Jack – BNFW](https://wordpress.org/support/users/voltronik/)
 * (@voltronik)
 * [2 years, 7 months ago](https://wordpress.org/support/topic/php-8-2-warning-message/#post-17121014)
 * Hi [@aaron13100](https://wordpress.org/support/users/aaron13100/),
   Thanks for
   your message and for making me aware of this.
 * At this time BNFW is tested up to PHP 8.1 but I’ll be adding full support for
   PHP 8.2 in a coming update. As this is only a warning about a deprecated function,
   you can safely ignore this for now.

Viewing 1 replies (of 1 total)

The topic ‘PHP 8.2 warning message’ is closed to new replies.

 * ![](https://ps.w.org/bnfw/assets/icon.svg?rev=2531573)
 * [Customize WordPress Emails and Alerts - Better Notifications for WP](https://wordpress.org/plugins/bnfw/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/bnfw/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/bnfw/)
 * [Active Topics](https://wordpress.org/support/plugin/bnfw/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/bnfw/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/bnfw/reviews/)

 * 1 reply
 * 2 participants
 * Last reply from: [Jack – BNFW](https://wordpress.org/support/users/voltronik/)
 * Last activity: [2 years, 7 months ago](https://wordpress.org/support/topic/php-8-2-warning-message/#post-17121014)
 * Status: resolved