add_filter( 'site_status_tests', 'quitar_aviso_cache_objetos' ); function quitar_aviso_cache_objetos( $tests ) { unset( $tests['async']['object_cache'] ); return $tests; }

Trabajos realizados