Skip to content

Instantly share code, notes, and snippets.

@froger-me
froger-me / wp-specific-auto-updates.php
Last active November 19, 2021 10:19
WordPress auto updates for specific plugins and themes
<?php
if ( ! defined( 'ABSPATH' ) ) {
exit; // Exit if accessed directly
}
function auto_update_specific_plugins( $update, $item ) {
// Array of plugin slugs to always auto-update
$plugins = array(
'dummy-plugin',