for testing and deploying your application
for finding and fixing issues
for empowering human code reviews
<?php
/*
* Plugin Name: Auto theme updates
* Plugin URI: https://github.com/pothi/wordpress-mu-plugins
* Version: 0.1
* Description: Automatically update all themes
* Author: Pothi Kalimuthu
* Author URI: http://pothi.info
* License: GPL
*/
add_filter( 'auto_update_theme', '__return_true' );
add_filter
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 */