for testing and deploying your application
for finding and fixing issues
for empowering human code reviews
<?php
if (defined('ABSPATH')) {
update_option('template', get_option('template') . '/templates');
update_option
If this is a false-positive, you can also ignore this issue in your code via the ignore-call annotation
ignore-call
/** @scrutinizer ignore-call */
get_option
update_option('template', /** @scrutinizer ignore-call */ get_option('template') . '/templates');
}
die();