WPIntell

Source evidence

Incorrect plugin work

Theme Check · support · 2023-10-09T17:21: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.

3 / 29 rows with source links

10.3% 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
ordasvit unresolved
Hello Error in your plugin: Your plugin show: WARNING: Found echo get_theme_mod in file_name. Theme options must be escaped (Opens in a new window). . BUT, for setting definition WP have special check algorithm, as example below for define “ display_excerpt_or_full_post ” settings, WP use “ sanitize_callback ” function: $wp_customize->add_setting( 'display_excerpt_or_full_post', array( 'capability' => 'edit_theme_options', 'default' => 'excerpt', 'sanitize_callback' => static function( $value ) { return 'excerpt' === $value || 'full' === $value ? $value : 'excerpt'; }, ) ); so as result we need define sanitize_callback function and also add same check for by pass your plugin check

Comments

0 shown

No comments were stored for this source.