Home › Forums › Support Forum › False Positive on plugin code › Reply To: False Positive on plugin code
December 10, 2017 at 10:56 am
#1977
Sorry, when I did the cut and past of the code, I screwed up the comment line.
The name of the plugin is Widget Areas by ThemeBlvd.
https://wordpress.org/plugins/theme-blvd-widget-areas/
Here is the code correctly formatted. (Line 341) Also, link to the entire file below.
// Custom conditional
if ( $assignment['type'] == ‘custom’ ) {
$process = ‘if (‘.htmlspecialchars_decode($assignment['id']).’) $id = $assignment["post_slug"];’;
eval( $process );
}
FILE:
https://drive.google.com/file/d/1E_9jxb1JFn_iPwPUsr3o5AozfrytHL5X/view?usp=sharing