FC – [*] – Deshabilitar actualizaciones y notices excepto user #1
/** * Oculta cualquier rastro de ACTUALIZACIONES para todos salvo el usuario ID=1. * Seguro para WooCommerce Admin. Sin CSS ni remove_all_actions(). */ if ( ! class_exists(‘FC_HideUpdates_WPCode’) ) { final class FC_HideUpdates_WPCode { public static function boot() { // Intentamos…Continue reading