WPIntell

Source evidence

Array Null

Mesmerize Companion · support · 2023-08-18T12:32:00+00:00

complaintsentiment
mediumseverity
0.92relevance
3replies
Evidence linked to opportunitycommercial context

Proof Health

Open evidence

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

10 / 35 rows with source links

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

0 build-decision rows missing links

0 rows here require auditable proof before promotion.

25 rows with no attached evidence

0 rows have source counts but still need direct links.

Conversation

support
sfcreative20 unresolved
In personalize mode, this news appears. The code is as follows. What should I change? p.s. The code in bold corresponds to the line to be corrected Thank you very much for your help Notice: Trying to access array offset on value of type null in /Applications/MAMP/htdocs/romana-avellino/wp-content/themes/mesmerize-pro/inc/companion.php on line 156 e 149 public static function check_companion( $wp_customize ) { $plugin_state = self::$plugin_state; if ( ! $plugin_state['installed'] || ! $plugin_state['active'] ) { $wp_customize->add_setting( 'companion_install', array( 'default' => '', 'sanitize_callback' => 'esc_attr', ) ); if ( ! $plugin_state['installed'] ) { $wp_customize->add_control( new Install_Companion_Control( $wp_customize, 'mesmerize_page_content', array( 'section' => 'page_content', 'settings' => 'companion_install', 'label' => self::$config['install_label'], 'msg' => self::$config['install_msg'], 'plugin_state' => $plugin_state, 'slug' => self::$slug, ) ) ); } else { $wp_customize->add_control( new Activate_Companion_Control( $wp_customize, 'mesmerize_page_content', array( 'section' => 'page_content', 'settings' => 'companion_install', 'label' => self::$config['activate_label'], 'msg' => self::$config['activate_msg'], 'plugin_state' => $plugin_state, 'slug' => self::$slug, ) ) ); } Companion_Plugin::show_companion_popup( $plugin_state ); } } Hello, For support for pro version please contact the author at support@extendthemes.com or using the site contact form http://extendthemes.com/mesmerize/#support I’ve already tried to contact support, but I haven’t received a response for days Hello, Can you send us an email directly at support@extendthemes.com ?

Comments

3 shown
cristianbarbu 2023-08-18T12:35:00+00:00

Hello, For support for pro version please contact the author at support@extendthemes.com or using the site contact form http://extendthemes.com/mesmerize/#support

sfcreative20 2023-08-18T12:43:00+00:00

I’ve already tried to contact support, but I haven’t received a response for days

cristianbarbu 2023-08-21T08:01:00+00:00

Hello, Can you send us an email directly at support@extendthemes.com ?