WPIntell

Source evidence

Error in V6.1.1

Plugin Optimizer – Speed Up Your WordPress Like Never Before · support · 2023-01-21T19:13:00+00:00

complaintsentiment
mediumseverity
0.81relevance
1replies
Evidence linked to opportunitycommercial context

Proof Health

Open evidence

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

7 / 33 rows with source links

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

0 build-decision rows missing links

0 rows here require auditable proof before promotion.

26 rows with no attached evidence

0 rows have source counts but still need direct links.

Conversation

support
Anonymous User unresolved
Trying to get property ‘ID’ of non-object15+wp-content/plugins/plugin-optimizer/admin/class-po-admin.php:894 PHP 8 Problem please solve it like this /wp-content/plugins/plugin-optimizer/admin/class-po-admin.php if (isset($post->ID)) { if($row = $wpdb->get_row("SELECT * FROM {$wpdb->prefix}po_filtered_endpoints WHERE post_id = '{$post->ID}'")){ return array('PO Filtered'); } } // parse_str( parse_url( $url, PHP_URL_QUERY ), $query_vars); wp_parse_str( parse_url( $url, PHP_URL_QUERY ), $query_vars); /wp-content/plugins/plugin-optimizer/admin/pages/page-overview.php if (isset($server_output->data)) { update_option('po_available_filters', $server_output->data->count); $available_count = $server_output->data->count; }

Comments

1 shown
Anonymous User 2023-01-25T06:51:00+00:00

PHP 8 Problem please solve it like this /wp-content/plugins/plugin-optimizer/admin/class-po-admin.php if (isset($post->ID)) { if($row = $wpdb->get_row("SELECT * FROM {$wpdb->prefix}po_filtered_endpoints WHERE post_id = '{$post->ID}'")){ return array('PO Filtered'); } } // parse_str( parse_url( $url, PHP_URL_QUERY ), $query_vars); wp_parse_str( parse_url( $url, PHP_URL_QUERY ), $query_vars); /wp-content/plugins/plugin-optimizer/admin/pages/page-overview.php if (isset($server_output->data)) { update_option('po_available_filters', $server_output->data->count); $available_count = $server_output->data->count; }