wpeventmanager / wpem-rest-api

GNU General Public License v3.0
0 stars 3 forks source link

PHP 8.2 Deprecated code error #107

Closed mistry-jignesh closed 2 months ago

mistry-jignesh commented 3 months ago

Deprecated: Creation of dynamic property WPEM_Rest_API_Settings::$settings_group is deprecated in D:\xampp\htdocs\eventlist\wp-content\plugins\wpem-rest-api\admin\wpem-rest-api-settings.php on line 17

Deprecated: Creation of dynamic property WPEM_Rest_API_Admin::$settings_page is deprecated in D:\xampp\htdocs\eventlist\wp-content\plugins\wpem-rest-api\admin\wpem-rest-api-admin.php on line 21

Deprecated: Creation of dynamic property WP_Event_Manager_Alerts::$post_types is deprecated in /home/wazzonau/public_html/wp-content/plugins/wp-event-manager-alerts/wp-event-manager-alerts.php on line 88

Deprecated: Creation of dynamic property WPEM_Registrations::$post_types is deprecated in /home/wazzonau/public_html/wp-content/plugins/wp-event-manager-registrations/wp-event-manager-registrations.php on line 96

Deprecated: Creation of dynamic property WP_Event_Manager_Settings::$settings_group is deprecated in /home/wazzonau/public_html/wp-content/plugins/wp-event-manager/admin/wp-event-manager-settings.php on line 21

Deprecated: Creation of dynamic property WP_Event_Manager_Admin::$settings_page is deprecated in /home/wazzonau/public_html/wp-content/plugins/wp-event-manager/admin/wp-event-manager-admin.php on line 29

DevByDoll commented 3 months ago

What is your php version ?

mistry-jignesh commented 3 months ago

PHP version 8.2 .12

mistry-jignesh commented 3 months ago

I have verified this issue . Still facing a Deprecated error is available on the page.

image

ritakikani commented 2 months ago

@mistry-jignesh Code review done from my side.

mistry-jignesh commented 2 months ago

I have verified issue. Now Deprecated code error is fixed. So I closed the issue.