WPIntell

Source evidence

Passing null to parameter error

WP OAuth Server (OAuth Authentication) · support · 2023-10-25T03:02:00+00:00

complaintsentiment
mediumseverity
0.81relevance
0replies
Evidence linked to opportunitycommercial context

Proof Health

Open evidence

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

2 / 18 rows with source links

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

0 build-decision rows missing links

0 rows here require auditable proof before promotion.

16 rows with no attached evidence

0 rows have source counts but still need direct links.

Conversation

support
payter unresolved
Hi, i have deprecated warning with your plugin in PHP version 8.2.11 Deprecated: strpos(): Passing null to parameter #1 ($haystack) of type string is deprecated in ...\wp-includes\functions.php on line 7127 It’s because of bad calling of add_submenu_page in public function add_page() { Sollution is to set first parameter to blank string rather than null add_submenu_page( null, 'Add Client', 'Add Client', 'manage_options', 'wo_add_client', 'wo_add_client_page' ); add_submenu_page( null, 'Edit Client', 'Edit Clients', 'manage_options', 'wo_edit_client', 'wo_admin_edit_client_page' );

Comments

0 shown

No comments were stored for this source.