WPIntell

Source evidence

PHP 8.2 Compatibility

Allow Multiple Accounts · support · 2024-04-03T17:44:00+00:00

complaintsentiment
mediumseverity
0.87relevance
0replies
Evidence linked to opportunitycommercial context

Proof Health

Open evidence

Commercial opportunities need traceable source links before they are treated as build-worthy.

4 / 23 rows with source links

17.4% of this page's analysis has direct source links.

0 build-decision rows missing links

0 rows here require auditable proof before promotion.

19 rows with no attached evidence

0 rows have source counts but still need direct links.

Conversation

support
justdave unresolved
I wrote the following patch to remove the “Deprecated: Creation of dynamic property” warnings when running under PHP 8.2. diff --git a/c2c-plugin.php b/c2c-plugin.php index dee9b6c..cda2342 100644 --- a/c2c-plugin.php +++ b/c2c-plugin.php @@ -59,6 +59,28 @@ abstract class C2C_Plugin_039 { private $setting_index = 0; + protected $admin_options_name; + protected $config; + protected $disable_contextual_help; + protected $disable_update_check; + protected $hook_prefix; + protected $form_name; + protected $menu_name; + protected $name; + protected $nonce_field; + protected $settings_page; + protected $show_admin; + protected $textdomain; + protected $textdomain_subdir; + protected $author_prefix; + protected $id_base; + protected $options_page; + protected $plugin_basename; + protected $plugin_file; + protected $plugin_path; + protected $u_id_base; + protected $version; + /** * Handles installation tasks, such as ensuring plugin options are instantiated and saved to options table. *

Comments

0 shown

No comments were stored for this source.