Wordpress Plugin Update Nags

PHOTO EMBED

Mon Jan 03 2022 21:32:28 GMT+0000 (Coordinated Universal Time)

Saved by @shadowtek

// Remove Plugin Update Nags
remove_action('load-update-core.php','wp_update_plugins');
add_filter('pre_site_transient_update_plugins','__return_null');
content_copyCOPY