WPIntell

Source evidence

Deprecated PHP Function

PubExchange · support · 2018-08-22T20:47:00+00:00

complaintsentiment
mediumseverity
0.75relevance
0replies
Evidence linked to opportunitycommercial context

Proof Health

Open evidence

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

3 / 22 rows with source links

13.6% 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
Lee Hodson (VR51) unresolved
The function create_function() is deprecated in PHP 7.2. Please change line 34 of pubexchange_widget.php From if($this->settings->pubexchange_publication_id){ //register PubExchange widget add_action('widgets_init', create_function('', 'return register_widget("WP_Widget_PubExchange");')); } To if($this->settings->pubexchange_publication_id){ //register PubExchange widget add_action('widgets_init', function() {register_widget("WP_Widget_PubExchange");}); } This topic was modified 7 years, 9 months ago by Lee Hodson (VR51) .

Comments

0 shown

No comments were stored for this source.