• Resolved nikkers

    (@nikkers)


    A great plugin. However using the lite/free version 6.3.11 the code is returning the warnings (am working through possible plugin conflicts that are causing timeouts):

    Deprecated: Creation of dynamic property WPBDP_Themes::$admin is deprecated in /www/wp-content/plugins/business-directory-plugin/includes/themes.php on line 44 Deprecated: Creation of dynamic property WPBDP_Admin::$listings is deprecated in /www/wp-content/plugins/business-directory-plugin/includes/admin/class-admin.php on line 99 Deprecated: Creation of dynamic property WPBDP_Admin::$csv_import is deprecated in /www/wp-content/plugins/business-directory-plugin/includes/admin/class-admin.php on line 100 Deprecated: Creation of dynamic property WPBDP_Admin::$csv_export is deprecated in /www/wp-content/plugins/business-directory-plugin/includes/admin/class-admin.php on line 101 Deprecated: Creation of dynamic property WPBDP_Admin::$debug_page is deprecated in /www/wp-content/plugins/business-directory-plugin/includes/admin/class-admin.php on line 102 Deprecated: Creation of dynamic property WPBDP_Admin::$settings_admin is deprecated in /www/wp-content/plugins/business-directory-plugin/includes/admin/class-admin.php on line 111 Deprecated: Creation of dynamic property WPBDP::$admin is deprecated in /www/wp-content/plugins/business-directory-plugin/includes/class-wpbdp.php on line 195 Deprecated: Creation of dynamic property WPBDP::$privacy is deprecated in /www/wp-content/plugins/business-directory-plugin/includes/class-wpbdp.php on line 196

    • This topic was modified 11 months, 2 weeks ago by nikkers.
Viewing 1 replies (of 1 total)
  • Plugin Support bobbied

    (@bobbied)

    Hi @nikkers

    Thanks for getting in touch! We appreciate your message, and we’re here to assist.

    Those are not errors on the site, but code to let you know that a change was made to the code in the plugin. Deprecated code (sometimes called “dead code”) is the equivalent of a sticky note saying “this will be removed in the future” on targeted parts of code. The code can’t be removed immediately because consumers of that method or class still need that section to function.

    I hope that helps explain why you’re seeing this. If you haven’t customized the code of the plugin, you can safely ignore those! But if you’re seeing a problem with functionality, please do let us know.

Viewing 1 replies (of 1 total)
  • The topic ‘Deprecated code’ is closed to new replies.